#273646
a deep, soft blue · cool · closest name: darkslategray
RGB
39, 54, 70
HSL
211°, 28%, 21%
CMYK
44, 23, 0, 73
Luminance
0.0351
Every format
| HEX | #273646 |
| RGB | rgb(39, 54, 70) |
| HSL | hsl(211, 28%, 21%) |
| CMYK | cmyk(44%, 23%, 0%, 73%) |
| LAB | lab(22.0 -1.3 -11.9) |
| LCH | lch(22.0 11.9 263.9) |
| OKLCH | oklch(0.327 0.035 250.5) |
Copy-ready code
/* CSS */
color: #273646;
background-color: #273646;
/* Tailwind (arbitrary) */
class="text-[#273646] bg-[#273646]"
/* SCSS */
$brand: #273646;
/* SwiftUI */
Color(red: 0.153, green: 0.212, blue: 0.275)
/* Android */
Color.parseColor("#273646")Accessibility — WCAG contrast
Aa
#273646 on white: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#273646 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green21.2%
Blue27.5%
CMYK percentages
Cyan44.3%
Magenta22.9%
Yellow0.0%
Key (black)72.5%
Color previews
#273646 text on a black background
contrast 1.70:1
Card sample
#273646 text on a white background
contrast 12.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #273646;
Background color
Panel with #273646 background
background-color: #273646;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #273646;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 54, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 54, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #273646; background: linear-gradient(135deg, #273646, #2D2746);