#215768
a dark, vivid cyan · cool · closest name: darkslategray
RGB
33, 87, 104
HSL
194°, 52%, 27%
CMYK
68, 16, 0, 59
Luminance
0.0814
Every format
| HEX | #215768 |
| RGB | rgb(33, 87, 104) |
| HSL | hsl(194, 52%, 27%) |
| CMYK | cmyk(68%, 16%, 0%, 59%) |
| LAB | lab(34.3 -11.9 -15.0) |
| LCH | lch(34.3 19.1 231.7) |
| OKLCH | oklch(0.429 0.063 222.0) |
Copy-ready code
/* CSS */
color: #215768;
background-color: #215768;
/* Tailwind (arbitrary) */
class="text-[#215768] bg-[#215768]"
/* SCSS */
$brand: #215768;
/* SwiftUI */
Color(red: 0.129, green: 0.341, blue: 0.408)
/* Android */
Color.parseColor("#215768")Accessibility — WCAG contrast
Aa
#215768 on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#215768 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green34.1%
Blue40.8%
CMYK percentages
Cyan68.3%
Magenta16.3%
Yellow0.0%
Key (black)59.2%
Color previews
#215768 text on a black background
contrast 2.63:1
Card sample
#215768 text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #215768;
Background color
Panel with #215768 background
background-color: #215768;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #215768;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 87, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 87, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #215768; background: linear-gradient(135deg, #215768, #212868);