#23dfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
35, 223, 235
HSL
184°, 83%, 53%
CMYK
85, 5, 0, 8
Luminance
0.5913
Every format
| HEX | #23dfeb |
| RGB | rgb(35, 223, 235) |
| HSL | hsl(184, 83%, 53%) |
| CMYK | cmyk(85%, 5%, 0%, 8%) |
| LAB | lab(81.4 -38.6 -18.3) |
| LCH | lch(81.4 42.7 205.3) |
| OKLCH | oklch(0.825 0.136 202.0) |
Copy-ready code
/* CSS */
color: #23dfeb;
background-color: #23dfeb;
/* Tailwind (arbitrary) */
class="text-[#23dfeb] bg-[#23dfeb]"
/* SCSS */
$brand: #23dfeb;
/* SwiftUI */
Color(red: 0.137, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#23dfeb")Accessibility — WCAG contrast
Aa
#23dfeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23dfeb on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green87.5%
Blue92.2%
CMYK percentages
Cyan85.1%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#23dfeb text on a black background
contrast 12.83:1
Card sample
#23dfeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23dfeb;
Background color
Panel with #23dfeb background
background-color: #23dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23dfeb; background: linear-gradient(135deg, #23dfeb, #235AEB);