#23afac
a dark, vivid cyan · cool · closest name: teal
RGB
35, 175, 172
HSL
179°, 67%, 41%
CMYK
80, 0, 2, 31
Luminance
0.3400
Every format
| HEX | #23afac |
| RGB | rgb(35, 175, 172) |
| HSL | hsl(179, 67%, 41%) |
| CMYK | cmyk(80%, 0%, 2%, 31%) |
| LAB | lab(65.0 -35.3 -8.7) |
| LCH | lch(65.0 36.3 193.8) |
| OKLCH | oklch(0.685 0.111 192.6) |
Copy-ready code
/* CSS */
color: #23afac;
background-color: #23afac;
/* Tailwind (arbitrary) */
class="text-[#23afac] bg-[#23afac]"
/* SCSS */
$brand: #23afac;
/* SwiftUI */
Color(red: 0.137, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#23afac")Accessibility — WCAG contrast
Aa
#23afac on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23afac on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green68.6%
Blue67.5%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#23afac text on a black background
contrast 7.80:1
Card sample
#23afac text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23afac;
Background color
Panel with #23afac background
background-color: #23afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23afac; background: linear-gradient(135deg, #23afac, #2355AF);