#246c8f
a dark, vivid cyan · cool · closest name: steelblue
RGB
36, 108, 143
HSL
200°, 60%, 35%
CMYK
75, 25, 0, 44
Luminance
0.1308
Every format
| HEX | #246c8f |
| RGB | rgb(36, 108, 143) |
| HSL | hsl(200, 60%, 35%) |
| CMYK | cmyk(75%, 25%, 0%, 44%) |
| LAB | lab(42.9 -9.8 -25.5) |
| LCH | lch(42.9 27.4 249.0) |
| OKLCH | oklch(0.503 0.089 233.9) |
Copy-ready code
/* CSS */
color: #246c8f;
background-color: #246c8f;
/* Tailwind (arbitrary) */
class="text-[#246c8f] bg-[#246c8f]"
/* SCSS */
$brand: #246c8f;
/* SwiftUI */
Color(red: 0.141, green: 0.424, blue: 0.561)
/* Android */
Color.parseColor("#246c8f")Accessibility — WCAG contrast
Aa
#246c8f on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246c8f on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green42.4%
Blue56.1%
CMYK percentages
Cyan74.8%
Magenta24.5%
Yellow0.0%
Key (black)43.9%
Color previews
#246c8f text on a black background
contrast 3.62:1
Card sample
#246c8f text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246c8f;
Background color
Panel with #246c8f background
background-color: #246c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 108, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 108, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246c8f; background: linear-gradient(135deg, #246c8f, #24258F);