#23948f
a dark, vivid cyan · cool · closest name: teal
RGB
35, 148, 143
HSL
177°, 62%, 36%
CMYK
76, 0, 3, 42
Luminance
0.2352
Every format
| HEX | #23948f |
| RGB | rgb(35, 148, 143) |
| HSL | hsl(177, 62%, 36%) |
| CMYK | cmyk(76%, 0%, 3%, 42%) |
| LAB | lab(55.6 -31.2 -6.2) |
| LCH | lch(55.6 31.8 191.2) |
| OKLCH | oklch(0.606 0.096 190.4) |
Copy-ready code
/* CSS */
color: #23948f;
background-color: #23948f;
/* Tailwind (arbitrary) */
class="text-[#23948f] bg-[#23948f]"
/* SCSS */
$brand: #23948f;
/* SwiftUI */
Color(red: 0.137, green: 0.580, blue: 0.561)
/* Android */
Color.parseColor("#23948f")Accessibility — WCAG contrast
Aa
#23948f on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#23948f on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green58.0%
Blue56.1%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow3.4%
Key (black)42.0%
Color previews
#23948f text on a black background
contrast 5.70:1
Card sample
#23948f text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23948f;
Background color
Panel with #23948f background
background-color: #23948f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23948f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 148, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 148, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23948f; background: linear-gradient(135deg, #23948f, #234E94);