#85eefd
a light, electric cyan · cool · closest name: skyblue
RGB
133, 238, 253
HSL
188°, 97%, 76%
CMYK
47, 6, 0, 1
Luminance
0.7323
Every format
| HEX | #85eefd |
| RGB | rgb(133, 238, 253) |
| HSL | hsl(188, 97%, 76%) |
| CMYK | cmyk(47%, 6%, 0%, 1%) |
| LAB | lab(88.5 -26.6 -16.7) |
| LCH | lch(88.5 31.4 212.1) |
| OKLCH | oklch(0.891 0.100 207.5) |
Copy-ready code
/* CSS */
color: #85eefd;
background-color: #85eefd;
/* Tailwind (arbitrary) */
class="text-[#85eefd] bg-[#85eefd]"
/* SCSS */
$brand: #85eefd;
/* SwiftUI */
Color(red: 0.522, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#85eefd")Accessibility — WCAG contrast
Aa
#85eefd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85eefd on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green93.3%
Blue99.2%
CMYK percentages
Cyan47.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#85eefd text on a black background
contrast 15.65:1
Card sample
#85eefd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85eefd;
Background color
Panel with #85eefd background
background-color: #85eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85eefd; background: linear-gradient(135deg, #85eefd, #859EFD);