#86c2cf
a light, soft cyan · cool · closest name: skyblue
RGB
134, 194, 207
HSL
191°, 43%, 67%
CMYK
35, 6, 0, 19
Luminance
0.4816
Every format
| HEX | #86c2cf |
| RGB | rgb(134, 194, 207) |
| HSL | hsl(191, 43%, 67%) |
| CMYK | cmyk(35%, 6%, 0%, 19%) |
| LAB | lab(74.9 -16.0 -12.7) |
| LCH | lch(74.9 20.4 218.3) |
| OKLCH | oklch(0.778 0.064 212.7) |
Copy-ready code
/* CSS */
color: #86c2cf;
background-color: #86c2cf;
/* Tailwind (arbitrary) */
class="text-[#86c2cf] bg-[#86c2cf]"
/* SCSS */
$brand: #86c2cf;
/* SwiftUI */
Color(red: 0.525, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#86c2cf")Accessibility — WCAG contrast
Aa
#86c2cf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86c2cf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green76.1%
Blue81.2%
CMYK percentages
Cyan35.3%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#86c2cf text on a black background
contrast 10.63:1
Card sample
#86c2cf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86c2cf;
Background color
Panel with #86c2cf background
background-color: #86c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86c2cf; background: linear-gradient(135deg, #86c2cf, #8691CF);