#05282d
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 40, 45
HSL
188°, 80%, 10%
CMYK
89, 11, 0, 82
Luminance
0.0174
Every format
| HEX | #05282d |
| RGB | rgb(5, 40, 45) |
| HSL | hsl(188, 80%, 10%) |
| CMYK | cmyk(89%, 11%, 0%, 82%) |
| LAB | lab(14.1 -10.1 -6.9) |
| LCH | lch(14.1 12.2 214.1) |
| OKLCH | oklch(0.255 0.040 208.8) |
Copy-ready code
/* CSS */
color: #05282d;
background-color: #05282d;
/* Tailwind (arbitrary) */
class="text-[#05282d] bg-[#05282d]"
/* SCSS */
$brand: #05282d;
/* SwiftUI */
Color(red: 0.020, green: 0.157, blue: 0.176)
/* Android */
Color.parseColor("#05282d")Accessibility — WCAG contrast
Aa
#05282d on white: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05282d on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green15.7%
Blue17.6%
CMYK percentages
Cyan88.9%
Magenta11.1%
Yellow0.0%
Key (black)82.4%
Color previews
#05282d text on a black background
contrast 1.35:1
Card sample
#05282d text on a white background
contrast 15.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05282d;
Background color
Panel with #05282d background
background-color: #05282d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05282d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 40, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 40, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05282d; background: linear-gradient(135deg, #05282d, #050D2D);