#08323f
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 50, 63
HSL
194°, 78%, 14%
CMYK
87, 21, 0, 75
Luminance
0.0269
Every format
| HEX | #08323f |
| RGB | rgb(8, 50, 63) |
| HSL | hsl(194, 78%, 14%) |
| CMYK | cmyk(87%, 21%, 0%, 75%) |
| LAB | lab(18.8 -8.7 -12.2) |
| LCH | lch(18.8 15.0 234.5) |
| OKLCH | oklch(0.296 0.050 223.5) |
Copy-ready code
/* CSS */
color: #08323f;
background-color: #08323f;
/* Tailwind (arbitrary) */
class="text-[#08323f] bg-[#08323f]"
/* SCSS */
$brand: #08323f;
/* SwiftUI */
Color(red: 0.031, green: 0.196, blue: 0.247)
/* Android */
Color.parseColor("#08323f")Accessibility — WCAG contrast
Aa
#08323f on white: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08323f on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green19.6%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta20.6%
Yellow0.0%
Key (black)75.3%
Color previews
#08323f text on a black background
contrast 1.54:1
Card sample
#08323f text on a white background
contrast 13.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08323f;
Background color
Panel with #08323f background
background-color: #08323f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08323f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 50, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 50, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08323f; background: linear-gradient(135deg, #08323f, #080D3F);