#305959
a dark, soft cyan · cool · closest name: darkslategray
RGB
48, 89, 89
HSL
180°, 30%, 27%
CMYK
46, 0, 0, 65
Luminance
0.0849
Every format
| HEX | #305959 |
| RGB | rgb(48, 89, 89) |
| HSL | hsl(180, 30%, 27%) |
| CMYK | cmyk(46%, 0%, 0%, 65%) |
| LAB | lab(35.0 -14.3 -4.5) |
| LCH | lch(35.0 15.0 197.4) |
| OKLCH | oklch(0.434 0.046 195.6) |
Copy-ready code
/* CSS */
color: #305959;
background-color: #305959;
/* Tailwind (arbitrary) */
class="text-[#305959] bg-[#305959]"
/* SCSS */
$brand: #305959;
/* SwiftUI */
Color(red: 0.188, green: 0.349, blue: 0.349)
/* Android */
Color.parseColor("#305959")Accessibility — WCAG contrast
Aa
#305959 on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#305959 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green34.9%
Blue34.9%
CMYK percentages
Cyan46.1%
Magenta0.0%
Yellow0.0%
Key (black)65.1%
Color previews
#305959 text on a black background
contrast 2.70:1
Card sample
#305959 text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #305959;
Background color
Panel with #305959 background
background-color: #305959;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #305959;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 89, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 89, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #305959; background: linear-gradient(135deg, #305959, #303E59);