#23ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
35, 204, 223
HSL
186°, 75%, 51%
CMYK
84, 9, 0, 13
Luminance
0.4887
Every format
| HEX | #23ccdf |
| RGB | rgb(35, 204, 223) |
| HSL | hsl(186, 75%, 51%) |
| CMYK | cmyk(84%, 9%, 0%, 13%) |
| LAB | lab(75.4 -33.4 -20.9) |
| LCH | lch(75.4 39.4 212.1) |
| OKLCH | oklch(0.775 0.128 207.2) |
Copy-ready code
/* CSS */
color: #23ccdf;
background-color: #23ccdf;
/* Tailwind (arbitrary) */
class="text-[#23ccdf] bg-[#23ccdf]"
/* SCSS */
$brand: #23ccdf;
/* SwiftUI */
Color(red: 0.137, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#23ccdf")Accessibility — WCAG contrast
Aa
#23ccdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23ccdf on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green80.0%
Blue87.5%
CMYK percentages
Cyan84.3%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#23ccdf text on a black background
contrast 10.77:1
Card sample
#23ccdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23ccdf;
Background color
Panel with #23ccdf background
background-color: #23ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23ccdf; background: linear-gradient(135deg, #23ccdf, #234FDF);