#215263
a dark, vivid cyan · cool · closest name: darkslategray
RGB
33, 82, 99
HSL
196°, 50%, 26%
CMYK
67, 17, 0, 61
Luminance
0.0726
Every format
| HEX | #215263 |
| RGB | rgb(33, 82, 99) |
| HSL | hsl(196, 50%, 26%) |
| CMYK | cmyk(67%, 17%, 0%, 61%) |
| LAB | lab(32.4 -10.6 -14.8) |
| LCH | lch(32.4 18.2 234.3) |
| OKLCH | oklch(0.413 0.059 223.9) |
Copy-ready code
/* CSS */
color: #215263;
background-color: #215263;
/* Tailwind (arbitrary) */
class="text-[#215263] bg-[#215263]"
/* SCSS */
$brand: #215263;
/* SwiftUI */
Color(red: 0.129, green: 0.322, blue: 0.388)
/* Android */
Color.parseColor("#215263")Accessibility — WCAG contrast
Aa
#215263 on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#215263 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green32.2%
Blue38.8%
CMYK percentages
Cyan66.7%
Magenta17.2%
Yellow0.0%
Key (black)61.2%
Color previews
#215263 text on a black background
contrast 2.45:1
Card sample
#215263 text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #215263;
Background color
Panel with #215263 background
background-color: #215263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #215263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 82, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 82, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #215263; background: linear-gradient(135deg, #215263, #212663);