#275949
a dark, soft cyan · cool · closest name: darkslategray
RGB
39, 89, 73
HSL
161°, 39%, 25%
CMYK
56, 0, 18, 65
Luminance
0.0806
Every format
| HEX | #275949 |
| RGB | rgb(39, 89, 73) |
| HSL | hsl(161, 39%, 25%) |
| CMYK | cmyk(56%, 0%, 18%, 65%) |
| LAB | lab(34.1 -21.3 4.2) |
| LCH | lch(34.1 21.7 168.9) |
| OKLCH | oklch(0.424 0.061 169.9) |
Copy-ready code
/* CSS */
color: #275949;
background-color: #275949;
/* Tailwind (arbitrary) */
class="text-[#275949] bg-[#275949]"
/* SCSS */
$brand: #275949;
/* SwiftUI */
Color(red: 0.153, green: 0.349, blue: 0.286)
/* Android */
Color.parseColor("#275949")Accessibility — WCAG contrast
Aa
#275949 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#275949 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green34.9%
Blue28.6%
CMYK percentages
Cyan56.2%
Magenta0.0%
Yellow18.0%
Key (black)65.1%
Color previews
#275949 text on a black background
contrast 2.61:1
Card sample
#275949 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #275949;
Background color
Panel with #275949 background
background-color: #275949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #275949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 89, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 89, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #275949; background: linear-gradient(135deg, #275949, #274859);