#23ebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
35, 235, 253
HSL
185°, 98%, 57%
CMYK
86, 7, 0, 1
Luminance
0.6687
Every format
| HEX | #23ebfd |
| RGB | rgb(35, 235, 253) |
| HSL | hsl(185, 98%, 57%) |
| CMYK | cmyk(86%, 7%, 0%, 1%) |
| LAB | lab(85.4 -38.7 -21.6) |
| LCH | lch(85.4 44.3 209.2) |
| OKLCH | oklch(0.860 0.143 205.0) |
Copy-ready code
/* CSS */
color: #23ebfd;
background-color: #23ebfd;
/* Tailwind (arbitrary) */
class="text-[#23ebfd] bg-[#23ebfd]"
/* SCSS */
$brand: #23ebfd;
/* SwiftUI */
Color(red: 0.137, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#23ebfd")Accessibility — WCAG contrast
Aa
#23ebfd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23ebfd on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green92.2%
Blue99.2%
CMYK percentages
Cyan86.2%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#23ebfd text on a black background
contrast 14.37:1
Card sample
#23ebfd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23ebfd;
Background color
Panel with #23ebfd background
background-color: #23ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23ebfd; background: linear-gradient(135deg, #23ebfd, #235AFD);