#85afdf
a light, vivid blue · cool · closest name: skyblue
RGB
133, 175, 223
HSL
212°, 58%, 70%
CMYK
40, 22, 0, 13
Luminance
0.4097
Every format
| HEX | #85afdf |
| RGB | rgb(133, 175, 223) |
| HSL | hsl(212, 58%, 70%) |
| CMYK | cmyk(40%, 22%, 0%, 13%) |
| LAB | lab(70.2 -2.0 -28.6) |
| LCH | lch(70.2 28.7 266.0) |
| OKLCH | oklch(0.742 0.083 252.2) |
Copy-ready code
/* CSS */
color: #85afdf;
background-color: #85afdf;
/* Tailwind (arbitrary) */
class="text-[#85afdf] bg-[#85afdf]"
/* SCSS */
$brand: #85afdf;
/* SwiftUI */
Color(red: 0.522, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#85afdf")Accessibility — WCAG contrast
Aa
#85afdf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85afdf on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#85afdf text on a black background
contrast 9.19:1
Card sample
#85afdf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85afdf;
Background color
Panel with #85afdf background
background-color: #85afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85afdf; background: linear-gradient(135deg, #85afdf, #9785DF);