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