#85b3cf
a light, soft blue · cool · closest name: skyblue
RGB
133, 179, 207
HSL
203°, 44%, 67%
CMYK
36, 14, 0, 19
Luminance
0.4173
Every format
| HEX | #85b3cf |
| RGB | rgb(133, 179, 207) |
| HSL | hsl(203, 44%, 67%) |
| CMYK | cmyk(36%, 14%, 0%, 19%) |
| LAB | lab(70.7 -8.4 -19.1) |
| LCH | lch(70.7 20.8 246.2) |
| OKLCH | oklch(0.744 0.064 235.5) |
Copy-ready code
/* CSS */
color: #85b3cf;
background-color: #85b3cf;
/* Tailwind (arbitrary) */
class="text-[#85b3cf] bg-[#85b3cf]"
/* SCSS */
$brand: #85b3cf;
/* SwiftUI */
Color(red: 0.522, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#85b3cf")Accessibility — WCAG contrast
Aa
#85b3cf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85b3cf on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green70.2%
Blue81.2%
CMYK percentages
Cyan35.7%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#85b3cf text on a black background
contrast 9.35:1
Card sample
#85b3cf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85b3cf;
Background color
Panel with #85b3cf background
background-color: #85b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85b3cf; background: linear-gradient(135deg, #85b3cf, #8885CF);