#86bfdf
a light, vivid blue · cool · closest name: skyblue
RGB
134, 191, 223
HSL
202°, 58%, 70%
CMYK
40, 14, 0, 13
Luminance
0.4766
Every format
| HEX | #86bfdf |
| RGB | rgb(134, 191, 223) |
| HSL | hsl(202, 58%, 70%) |
| CMYK | cmyk(40%, 14%, 0%, 13%) |
| LAB | lab(74.6 -10.4 -21.8) |
| LCH | lch(74.6 24.1 244.5) |
| OKLCH | oklch(0.777 0.075 233.6) |
Copy-ready code
/* CSS */
color: #86bfdf;
background-color: #86bfdf;
/* Tailwind (arbitrary) */
class="text-[#86bfdf] bg-[#86bfdf]"
/* SCSS */
$brand: #86bfdf;
/* SwiftUI */
Color(red: 0.525, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#86bfdf")Accessibility — WCAG contrast
Aa
#86bfdf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86bfdf on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green74.9%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#86bfdf text on a black background
contrast 10.53:1
Card sample
#86bfdf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86bfdf;
Background color
Panel with #86bfdf background
background-color: #86bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86bfdf; background: linear-gradient(135deg, #86bfdf, #8886DF);