#85cfda
a light, vivid cyan · cool · closest name: skyblue
RGB
133, 207, 218
HSL
188°, 54%, 69%
CMYK
39, 5, 0, 15
Luminance
0.5467
Every format
| HEX | #85cfda |
| RGB | rgb(133, 207, 218) |
| HSL | hsl(188, 54%, 69%) |
| CMYK | cmyk(39%, 5%, 0%, 15%) |
| LAB | lab(78.8 -20.2 -12.7) |
| LCH | lch(78.8 23.9 212.2) |
| OKLCH | oklch(0.810 0.075 207.7) |
Copy-ready code
/* CSS */
color: #85cfda;
background-color: #85cfda;
/* Tailwind (arbitrary) */
class="text-[#85cfda] bg-[#85cfda]"
/* SCSS */
$brand: #85cfda;
/* SwiftUI */
Color(red: 0.522, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#85cfda")Accessibility — WCAG contrast
Aa
#85cfda on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85cfda on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green81.2%
Blue85.5%
CMYK percentages
Cyan39.0%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#85cfda text on a black background
contrast 11.93:1
Card sample
#85cfda text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85cfda;
Background color
Panel with #85cfda background
background-color: #85cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85cfda; background: linear-gradient(135deg, #85cfda, #8596DA);