#23948b
a dark, vivid cyan · cool · closest name: teal
RGB
35, 148, 139
HSL
175°, 62%, 36%
CMYK
76, 0, 6, 42
Luminance
0.2340
Every format
| HEX | #23948b |
| RGB | rgb(35, 148, 139) |
| HSL | hsl(175, 62%, 36%) |
| CMYK | cmyk(76%, 0%, 6%, 42%) |
| LAB | lab(55.5 -32.4 -4.1) |
| LCH | lch(55.5 32.6 187.2) |
| OKLCH | oklch(0.604 0.097 186.9) |
Copy-ready code
/* CSS */
color: #23948b;
background-color: #23948b;
/* Tailwind (arbitrary) */
class="text-[#23948b] bg-[#23948b]"
/* SCSS */
$brand: #23948b;
/* SwiftUI */
Color(red: 0.137, green: 0.580, blue: 0.545)
/* Android */
Color.parseColor("#23948b")Accessibility — WCAG contrast
Aa
#23948b on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#23948b on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green58.0%
Blue54.5%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow6.1%
Key (black)42.0%
Color previews
#23948b text on a black background
contrast 5.68:1
Card sample
#23948b text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23948b;
Background color
Panel with #23948b background
background-color: #23948b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23948b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 148, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 148, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23948b; background: linear-gradient(135deg, #23948b, #235294);