#23c8ed
a balanced, electric cyan · cool · closest name: skyblue
RGB
35, 200, 237
HSL
191°, 85%, 53%
CMYK
85, 16, 0, 7
Luminance
0.4778
Every format
| HEX | #23c8ed |
| RGB | rgb(35, 200, 237) |
| HSL | hsl(191, 85%, 53%) |
| CMYK | cmyk(85%, 16%, 0%, 7%) |
| LAB | lab(74.7 -27.0 -29.5) |
| LCH | lch(74.7 40.0 227.5) |
| OKLCH | oklch(0.771 0.133 218.4) |
Copy-ready code
/* CSS */
color: #23c8ed;
background-color: #23c8ed;
/* Tailwind (arbitrary) */
class="text-[#23c8ed] bg-[#23c8ed]"
/* SCSS */
$brand: #23c8ed;
/* SwiftUI */
Color(red: 0.137, green: 0.784, blue: 0.929)
/* Android */
Color.parseColor("#23c8ed")Accessibility — WCAG contrast
Aa
#23c8ed on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23c8ed on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green78.4%
Blue92.9%
CMYK percentages
Cyan85.2%
Magenta15.6%
Yellow0.0%
Key (black)7.1%
Color previews
#23c8ed text on a black background
contrast 10.56:1
Card sample
#23c8ed text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23c8ed;
Background color
Panel with #23c8ed background
background-color: #23c8ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23c8ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 200, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 200, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23c8ed; background: linear-gradient(135deg, #23c8ed, #2341ED);