#08444c
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 68, 76
HSL
187°, 81%, 17%
CMYK
90, 11, 0, 70
Luminance
0.0471
Every format
| HEX | #08444c |
| RGB | rgb(8, 68, 76) |
| HSL | hsl(187, 81%, 17%) |
| CMYK | cmyk(90%, 11%, 0%, 70%) |
| LAB | lab(25.9 -14.7 -10.0) |
| LCH | lch(25.9 17.7 214.3) |
| OKLCH | oklch(0.355 0.058 208.9) |
Copy-ready code
/* CSS */
color: #08444c;
background-color: #08444c;
/* Tailwind (arbitrary) */
class="text-[#08444c] bg-[#08444c]"
/* SCSS */
$brand: #08444c;
/* SwiftUI */
Color(red: 0.031, green: 0.267, blue: 0.298)
/* Android */
Color.parseColor("#08444c")Accessibility — WCAG contrast
Aa
#08444c on white: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08444c on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.7%
Blue29.8%
CMYK percentages
Cyan89.5%
Magenta10.5%
Yellow0.0%
Key (black)70.2%
Color previews
#08444c text on a black background
contrast 1.94:1
Card sample
#08444c text on a white background
contrast 10.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08444c;
Background color
Panel with #08444c background
background-color: #08444c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08444c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 68, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 68, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08444c; background: linear-gradient(135deg, #08444c, #08174C);