#262f39
a deep, soft blue · cool · closest name: darkslategray
RGB
38, 47, 57
HSL
212°, 20%, 19%
CMYK
33, 18, 0, 78
Luminance
0.0274
Every format
| HEX | #262f39 |
| RGB | rgb(38, 47, 57) |
| HSL | hsl(212, 20%, 19%) |
| CMYK | cmyk(33%, 18%, 0%, 78%) |
| LAB | lab(19.0 -1.0 -7.6) |
| LCH | lch(19.0 7.7 262.7) |
| OKLCH | oklch(0.301 0.022 251.3) |
Copy-ready code
/* CSS */
color: #262f39;
background-color: #262f39;
/* Tailwind (arbitrary) */
class="text-[#262f39] bg-[#262f39]"
/* SCSS */
$brand: #262f39;
/* SwiftUI */
Color(red: 0.149, green: 0.184, blue: 0.224)
/* Android */
Color.parseColor("#262f39")Accessibility — WCAG contrast
Aa
#262f39 on white: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262f39 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green18.4%
Blue22.4%
CMYK percentages
Cyan33.3%
Magenta17.5%
Yellow0.0%
Key (black)77.6%
Color previews
#262f39 text on a black background
contrast 1.55:1
Card sample
#262f39 text on a white background
contrast 13.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262f39;
Background color
Panel with #262f39 background
background-color: #262f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 47, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 47, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262f39; background: linear-gradient(135deg, #262f39, #2A2639);