#248f8f
a dark, vivid cyan · cool · closest name: teal
RGB
36, 143, 143
HSL
180°, 60%, 35%
CMYK
75, 0, 0, 44
Luminance
0.2200
Every format
| HEX | #248f8f |
| RGB | rgb(36, 143, 143) |
| HSL | hsl(180, 60%, 35%) |
| CMYK | cmyk(75%, 0%, 0%, 44%) |
| LAB | lab(54.0 -28.6 -8.6) |
| LCH | lch(54.0 29.9 196.6) |
| OKLCH | oklch(0.593 0.092 195.0) |
Copy-ready code
/* CSS */
color: #248f8f;
background-color: #248f8f;
/* Tailwind (arbitrary) */
class="text-[#248f8f] bg-[#248f8f]"
/* SCSS */
$brand: #248f8f;
/* SwiftUI */
Color(red: 0.141, green: 0.561, blue: 0.561)
/* Android */
Color.parseColor("#248f8f")Accessibility — WCAG contrast
Aa
#248f8f on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#248f8f on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green56.1%
Blue56.1%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow0.0%
Key (black)43.9%
Color previews
#248f8f text on a black background
contrast 5.40:1
Card sample
#248f8f text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #248f8f;
Background color
Panel with #248f8f background
background-color: #248f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #248f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 143, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 143, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #248f8f; background: linear-gradient(135deg, #248f8f, #24488F);