#85adcf
a light, soft blue · cool · closest name: skyblue
RGB
133, 173, 207
HSL
208°, 44%, 67%
CMYK
36, 16, 0, 19
Luminance
0.3938
Every format
| HEX | #85adcf |
| RGB | rgb(133, 173, 207) |
| HSL | hsl(208, 44%, 67%) |
| CMYK | cmyk(36%, 16%, 0%, 19%) |
| LAB | lab(69.0 -5.1 -21.6) |
| LCH | lch(69.0 22.2 256.6) |
| OKLCH | oklch(0.731 0.066 244.5) |
Copy-ready code
/* CSS */
color: #85adcf;
background-color: #85adcf;
/* Tailwind (arbitrary) */
class="text-[#85adcf] bg-[#85adcf]"
/* SCSS */
$brand: #85adcf;
/* SwiftUI */
Color(red: 0.522, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#85adcf")Accessibility — WCAG contrast
Aa
#85adcf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85adcf on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green67.8%
Blue81.2%
CMYK percentages
Cyan35.7%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#85adcf text on a black background
contrast 8.88:1
Card sample
#85adcf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85adcf;
Background color
Panel with #85adcf background
background-color: #85adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85adcf; background: linear-gradient(135deg, #85adcf, #8F85CF);