#23cfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
35, 207, 223
HSL
185°, 75%, 51%
CMYK
84, 7, 0, 13
Luminance
0.5031
Every format
| HEX | #23cfdf |
| RGB | rgb(35, 207, 223) |
| HSL | hsl(185, 75%, 51%) |
| CMYK | cmyk(84%, 7%, 0%, 13%) |
| LAB | lab(76.3 -34.8 -19.6) |
| LCH | lch(76.3 40.0 209.3) |
| OKLCH | oklch(0.782 0.129 205.1) |
Copy-ready code
/* CSS */
color: #23cfdf;
background-color: #23cfdf;
/* Tailwind (arbitrary) */
class="text-[#23cfdf] bg-[#23cfdf]"
/* SCSS */
$brand: #23cfdf;
/* SwiftUI */
Color(red: 0.137, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#23cfdf")Accessibility — WCAG contrast
Aa
#23cfdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23cfdf on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green81.2%
Blue87.5%
CMYK percentages
Cyan84.3%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#23cfdf text on a black background
contrast 11.06:1
Card sample
#23cfdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23cfdf;
Background color
Panel with #23cfdf background
background-color: #23cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23cfdf; background: linear-gradient(135deg, #23cfdf, #2352DF);