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