#86cfd3
a light, vivid cyan · cool · closest name: skyblue
RGB
134, 207, 211
HSL
183°, 47%, 68%
CMYK
37, 2, 0, 17
Luminance
0.5440
Every format
| HEX | #86cfd3 |
| RGB | rgb(134, 207, 211) |
| HSL | hsl(183, 47%, 68%) |
| CMYK | cmyk(37%, 2%, 0%, 17%) |
| LAB | lab(78.7 -21.7 -9.2) |
| LCH | lch(78.7 23.5 203.0) |
| OKLCH | oklch(0.808 0.073 200.2) |
Copy-ready code
/* CSS */
color: #86cfd3;
background-color: #86cfd3;
/* Tailwind (arbitrary) */
class="text-[#86cfd3] bg-[#86cfd3]"
/* SCSS */
$brand: #86cfd3;
/* SwiftUI */
Color(red: 0.525, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#86cfd3")Accessibility — WCAG contrast
Aa
#86cfd3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cfd3 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green81.2%
Blue82.7%
CMYK percentages
Cyan36.5%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#86cfd3 text on a black background
contrast 11.88:1
Card sample
#86cfd3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cfd3;
Background color
Panel with #86cfd3 background
background-color: #86cfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cfd3; background: linear-gradient(135deg, #86cfd3, #869CD3);