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