#2f596d
a dark, soft cyan · cool · closest name: darkslategray
RGB
47, 89, 109
HSL
199°, 40%, 31%
CMYK
57, 18, 0, 57
Luminance
0.0885
Every format
| HEX | #2f596d |
| RGB | rgb(47, 89, 109) |
| HSL | hsl(199, 40%, 31%) |
| CMYK | cmyk(57%, 18%, 0%, 57%) |
| LAB | lab(35.7 -8.3 -15.9) |
| LCH | lch(35.7 18.0 242.3) |
| OKLCH | oklch(0.442 0.057 230.6) |
Copy-ready code
/* CSS */
color: #2f596d;
background-color: #2f596d;
/* Tailwind (arbitrary) */
class="text-[#2f596d] bg-[#2f596d]"
/* SCSS */
$brand: #2f596d;
/* SwiftUI */
Color(red: 0.184, green: 0.349, blue: 0.427)
/* Android */
Color.parseColor("#2f596d")Accessibility — WCAG contrast
Aa
#2f596d on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f596d on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green34.9%
Blue42.7%
CMYK percentages
Cyan56.9%
Magenta18.3%
Yellow0.0%
Key (black)57.3%
Color previews
#2f596d text on a black background
contrast 2.77:1
Card sample
#2f596d text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f596d;
Background color
Panel with #2f596d background
background-color: #2f596d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f596d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 89, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 89, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f596d; background: linear-gradient(135deg, #2f596d, #2F306D);