#30786d
a dark, soft cyan · cool · closest name: teal
RGB
48, 120, 109
HSL
171°, 43%, 33%
CMYK
60, 0, 9, 53
Luminance
0.1517
Every format
| HEX | #30786d |
| RGB | rgb(48, 120, 109) |
| HSL | hsl(171, 43%, 33%) |
| CMYK | cmyk(60%, 0%, 9%, 53%) |
| LAB | lab(45.9 -25.3 -0.7) |
| LCH | lch(45.9 25.3 181.5) |
| OKLCH | oklch(0.524 0.074 181.7) |
Copy-ready code
/* CSS */
color: #30786d;
background-color: #30786d;
/* Tailwind (arbitrary) */
class="text-[#30786d] bg-[#30786d]"
/* SCSS */
$brand: #30786d;
/* SwiftUI */
Color(red: 0.188, green: 0.471, blue: 0.427)
/* Android */
Color.parseColor("#30786d")Accessibility — WCAG contrast
Aa
#30786d on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#30786d on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green47.1%
Blue42.7%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow9.2%
Key (black)52.9%
Color previews
#30786d text on a black background
contrast 4.03:1
Card sample
#30786d text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30786d;
Background color
Panel with #30786d background
background-color: #30786d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30786d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 120, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 120, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30786d; background: linear-gradient(135deg, #30786d, #305378);