#23ecdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
35, 236, 223
HSL
176°, 84%, 53%
CMYK
85, 0, 6, 8
Luminance
0.6568
Every format
| HEX | #23ecdf |
| RGB | rgb(35, 236, 223) |
| HSL | hsl(176, 84%, 53%) |
| CMYK | cmyk(85%, 0%, 6%, 8%) |
| LAB | lab(84.8 -47.8 -6.8) |
| LCH | lch(84.8 48.3 188.0) |
| OKLCH | oklch(0.852 0.144 187.6) |
Copy-ready code
/* CSS */
color: #23ecdf;
background-color: #23ecdf;
/* Tailwind (arbitrary) */
class="text-[#23ecdf] bg-[#23ecdf]"
/* SCSS */
$brand: #23ecdf;
/* SwiftUI */
Color(red: 0.137, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#23ecdf")Accessibility — WCAG contrast
Aa
#23ecdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23ecdf on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green92.5%
Blue87.5%
CMYK percentages
Cyan85.2%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#23ecdf text on a black background
contrast 14.14:1
Card sample
#23ecdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23ecdf;
Background color
Panel with #23ecdf background
background-color: #23ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23ecdf; background: linear-gradient(135deg, #23ecdf, #2373EC);