#23fdec
a balanced, electric cyan · cool · closest name: cyan
RGB
35, 253, 236
HSL
175°, 98%, 57%
CMYK
86, 0, 7, 1
Luminance
0.7666
Every format
| HEX | #23fdec |
| RGB | rgb(35, 253, 236) |
| HSL | hsl(175, 98%, 57%) |
| CMYK | cmyk(86%, 0%, 7%, 1%) |
| LAB | lab(90.2 -51.4 -5.7) |
| LCH | lch(90.2 51.7 186.3) |
| OKLCH | oklch(0.896 0.153 186.1) |
Copy-ready code
/* CSS */
color: #23fdec;
background-color: #23fdec;
/* Tailwind (arbitrary) */
class="text-[#23fdec] bg-[#23fdec]"
/* SCSS */
$brand: #23fdec;
/* SwiftUI */
Color(red: 0.137, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#23fdec")Accessibility — WCAG contrast
Aa
#23fdec on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23fdec on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green99.2%
Blue92.5%
CMYK percentages
Cyan86.2%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#23fdec text on a black background
contrast 16.33:1
Card sample
#23fdec text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23fdec;
Background color
Panel with #23fdec background
background-color: #23fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23fdec; background: linear-gradient(135deg, #23fdec, #237DFD);