#264352
a deep, soft blue · cool · closest name: darkslategray
RGB
38, 67, 82
HSL
201°, 37%, 24%
CMYK
54, 18, 0, 68
Luminance
0.0504
Every format
| HEX | #264352 |
| RGB | rgb(38, 67, 82) |
| HSL | hsl(201, 37%, 24%) |
| CMYK | cmyk(54%, 18%, 0%, 68%) |
| LAB | lab(26.8 -6.1 -12.4) |
| LCH | lch(26.8 13.8 243.9) |
| OKLCH | oklch(0.367 0.043 232.2) |
Copy-ready code
/* CSS */
color: #264352;
background-color: #264352;
/* Tailwind (arbitrary) */
class="text-[#264352] bg-[#264352]"
/* SCSS */
$brand: #264352;
/* SwiftUI */
Color(red: 0.149, green: 0.263, blue: 0.322)
/* Android */
Color.parseColor("#264352")Accessibility — WCAG contrast
Aa
#264352 on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264352 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green26.3%
Blue32.2%
CMYK percentages
Cyan53.7%
Magenta18.3%
Yellow0.0%
Key (black)67.8%
Color previews
#264352 text on a black background
contrast 2.01:1
Card sample
#264352 text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264352;
Background color
Panel with #264352 background
background-color: #264352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 67, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 67, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264352; background: linear-gradient(135deg, #264352, #262652);