#08272b
a deep, vivid cyan · cool · closest name: black
RGB
8, 39, 43
HSL
187°, 69%, 10%
CMYK
81, 9, 0, 83
Luminance
0.0168
Every format
| HEX | #08272b |
| RGB | rgb(8, 39, 43) |
| HSL | hsl(187, 69%, 10%) |
| CMYK | cmyk(81%, 9%, 0%, 83%) |
| LAB | lab(13.7 -9.6 -6.0) |
| LCH | lch(13.7 11.3 211.9) |
| OKLCH | oklch(0.252 0.036 207.2) |
Copy-ready code
/* CSS */
color: #08272b;
background-color: #08272b;
/* Tailwind (arbitrary) */
class="text-[#08272b] bg-[#08272b]"
/* SCSS */
$brand: #08272b;
/* SwiftUI */
Color(red: 0.031, green: 0.153, blue: 0.169)
/* Android */
Color.parseColor("#08272b")Accessibility — WCAG contrast
Aa
#08272b on white: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08272b on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green15.3%
Blue16.9%
CMYK percentages
Cyan81.4%
Magenta9.3%
Yellow0.0%
Key (black)83.1%
Color previews
#08272b text on a black background
contrast 1.34:1
Card sample
#08272b text on a white background
contrast 15.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08272b;
Background color
Panel with #08272b background
background-color: #08272b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08272b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 39, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 39, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08272b; background: linear-gradient(135deg, #08272b, #08102B);