#39ebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
57, 235, 253
HSL
186°, 98%, 61%
CMYK
78, 7, 0, 1
Luminance
0.6738
Every format
| HEX | #39ebfd |
| RGB | rgb(57, 235, 253) |
| HSL | hsl(186, 98%, 61%) |
| CMYK | cmyk(78%, 7%, 0%, 1%) |
| LAB | lab(85.7 -37.1 -21.2) |
| LCH | lch(85.7 42.7 209.8) |
| OKLCH | oklch(0.862 0.137 205.5) |
Copy-ready code
/* CSS */
color: #39ebfd;
background-color: #39ebfd;
/* Tailwind (arbitrary) */
class="text-[#39ebfd] bg-[#39ebfd]"
/* SCSS */
$brand: #39ebfd;
/* SwiftUI */
Color(red: 0.224, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#39ebfd")Accessibility — WCAG contrast
Aa
#39ebfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ebfd on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green92.2%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#39ebfd text on a black background
contrast 14.48:1
Card sample
#39ebfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ebfd;
Background color
Panel with #39ebfd background
background-color: #39ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ebfd; background: linear-gradient(135deg, #39ebfd, #3968FD);