#05232c
a deep, electric cyan · cool · closest name: black
RGB
5, 35, 44
HSL
194°, 80%, 10%
CMYK
89, 21, 0, 83
Luminance
0.0142
Every format
| HEX | #05232c |
| RGB | rgb(5, 35, 44) |
| HSL | hsl(194, 80%, 10%) |
| CMYK | cmyk(89%, 21%, 0%, 83%) |
| LAB | lab(12.1 -7.3 -9.2) |
| LCH | lch(12.1 11.7 231.7) |
| OKLCH | oklch(0.239 0.039 221.6) |
Copy-ready code
/* CSS */
color: #05232c;
background-color: #05232c;
/* Tailwind (arbitrary) */
class="text-[#05232c] bg-[#05232c]"
/* SCSS */
$brand: #05232c;
/* SwiftUI */
Color(red: 0.020, green: 0.137, blue: 0.173)
/* Android */
Color.parseColor("#05232c")Accessibility — WCAG contrast
Aa
#05232c on white: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05232c on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green13.7%
Blue17.3%
CMYK percentages
Cyan88.6%
Magenta20.5%
Yellow0.0%
Key (black)82.7%
Color previews
#05232c text on a black background
contrast 1.28:1
Card sample
#05232c text on a white background
contrast 16.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05232c;
Background color
Panel with #05232c background
background-color: #05232c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05232c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 35, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 35, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05232c; background: linear-gradient(135deg, #05232c, #05092C);