#247575
a dark, vivid cyan · cool · closest name: teal
RGB
36, 117, 117
HSL
180°, 53%, 30%
CMYK
69, 0, 0, 54
Luminance
0.1438
Every format
| HEX | #247575 |
| RGB | rgb(36, 117, 117) |
| HSL | hsl(180, 53%, 30%) |
| CMYK | cmyk(69%, 0%, 0%, 54%) |
| LAB | lab(44.8 -23.6 -7.1) |
| LCH | lch(44.8 24.6 196.7) |
| OKLCH | oklch(0.515 0.076 195.1) |
Copy-ready code
/* CSS */
color: #247575;
background-color: #247575;
/* Tailwind (arbitrary) */
class="text-[#247575] bg-[#247575]"
/* SCSS */
$brand: #247575;
/* SwiftUI */
Color(red: 0.141, green: 0.459, blue: 0.459)
/* Android */
Color.parseColor("#247575")Accessibility — WCAG contrast
Aa
#247575 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#247575 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green45.9%
Blue45.9%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow0.0%
Key (black)54.1%
Color previews
#247575 text on a black background
contrast 3.88:1
Card sample
#247575 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #247575;
Background color
Panel with #247575 background
background-color: #247575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #247575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 117, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 117, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #247575; background: linear-gradient(135deg, #247575, #243F75);