#86ccee
a light, electric cyan · cool · closest name: skyblue
RGB
134, 204, 238
HSL
200°, 75%, 73%
CMYK
44, 14, 0, 7
Luminance
0.5443
Every format
| HEX | #86ccee |
| RGB | rgb(134, 204, 238) |
| HSL | hsl(200, 75%, 73%) |
| CMYK | cmyk(44%, 14%, 0%, 7%) |
| LAB | lab(78.7 -13.3 -23.6) |
| LCH | lch(78.7 27.1 240.7) |
| OKLCH | oklch(0.811 0.085 230.2) |
Copy-ready code
/* CSS */
color: #86ccee;
background-color: #86ccee;
/* Tailwind (arbitrary) */
class="text-[#86ccee] bg-[#86ccee]"
/* SCSS */
$brand: #86ccee;
/* SwiftUI */
Color(red: 0.525, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#86ccee")Accessibility — WCAG contrast
Aa
#86ccee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86ccee on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green80.0%
Blue93.3%
CMYK percentages
Cyan43.7%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#86ccee text on a black background
contrast 11.89:1
Card sample
#86ccee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86ccee;
Background color
Panel with #86ccee background
background-color: #86ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86ccee; background: linear-gradient(135deg, #86ccee, #8686EE);