Cadet (#536872)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 5.85:1 — vs black: 3.59:1
Color values
-
HEX
#536872 -
RGB
rgb(83, 104, 114) -
HSL
hsl(199, 27%, 44%) -
CMYK
cmyk( 27.19, 8.77, 0, 55.29 ) -
Websafe
#666666
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #536872 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#536872
Base
#725D53
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#536872
Base
#53726D
#535972
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#536872
Base
#725368
#687253
Two colors flanking the complement — high contrast with less tension than full complementary.
#536872
Base
#725359
#726D53
Four colors at 90° intervals — rich variety, best when one color dominates.
#536872
Base
#6D5372
#725D53
#597253
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#536872
Base
#131719
#334046
#42525A
#647E8A
#768F9B
#A2B3BC
Darker shades and lighter tints of Cadet, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0B0D0F
#192023
#283236
#36444A
#45565E
#536872
Base
#6B8693
#8CA2AC
#AEBDC4
#CFD8DC
#F0F3F4
Ready-to-use code snippets for #536872. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #536872;
}
/* Text */
.element {
color: #536872;
}
/* Border */
.element {
border: 1px solid #536872;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#536872,
#916753
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#536872,
#916753
);
}
// SCSS variable
$cadet: #536872;
// With RGB channels (useful for rgba() usage)
$cadet-r: 83;
$cadet-g: 104;
$cadet-b: 114;
// Usage
.element {
background-color: $cadet;
color: rgba($cadet-r, $cadet-g, $cadet-b, 0.8);
}
How Cadet appears to people with different types of color vision deficiency.
#536872
How the color appears with full color vision.
#626272
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#666672
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#516969
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#656565
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.