#85afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
133, 175, 186
HSL
193°, 28%, 63%
CMYK
29, 6, 0, 27
Luminance
0.3919
Every format
| HEX | #85afba |
| RGB | rgb(133, 175, 186) |
| HSL | hsl(193, 28%, 63%) |
| CMYK | cmyk(29%, 6%, 0%, 27%) |
| LAB | lab(68.9 -11.4 -10.2) |
| LCH | lch(68.9 15.3 221.7) |
| OKLCH | oklch(0.727 0.048 215.6) |
Copy-ready code
/* CSS */
color: #85afba;
background-color: #85afba;
/* Tailwind (arbitrary) */
class="text-[#85afba] bg-[#85afba]"
/* SCSS */
$brand: #85afba;
/* SwiftUI */
Color(red: 0.522, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#85afba")Accessibility — WCAG contrast
Aa
#85afba on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85afba on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green68.6%
Blue72.9%
CMYK percentages
Cyan28.5%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#85afba text on a black background
contrast 8.84:1
Card sample
#85afba text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85afba;
Background color
Panel with #85afba background
background-color: #85afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85afba; background: linear-gradient(135deg, #85afba, #858CBA);