#23ceff
a balanced, electric cyan · cool · closest name: skyblue
RGB
35, 206, 255
HSL
193°, 100%, 57%
CMYK
86, 19, 0, 0
Luminance
0.5172
Every format
| HEX | #23ceff |
| RGB | rgb(35, 206, 255) |
| HSL | hsl(193, 100%, 57%) |
| CMYK | cmyk(86%, 19%, 0%, 0%) |
| LAB | lab(77.1 -24.1 -35.4) |
| LCH | lch(77.1 42.9 235.7) |
| OKLCH | oklch(0.793 0.143 224.0) |
Copy-ready code
/* CSS */
color: #23ceff;
background-color: #23ceff;
/* Tailwind (arbitrary) */
class="text-[#23ceff] bg-[#23ceff]"
/* SCSS */
$brand: #23ceff;
/* SwiftUI */
Color(red: 0.137, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#23ceff")Accessibility — WCAG contrast
Aa
#23ceff on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23ceff on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green80.8%
Blue100.0%
CMYK percentages
Cyan86.3%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#23ceff text on a black background
contrast 11.34:1
Card sample
#23ceff text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23ceff;
Background color
Panel with #23ceff background
background-color: #23ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23ceff; background: linear-gradient(135deg, #23ceff, #233BFF);