#86cdcf
a light, soft cyan · cool · closest name: skyblue
RGB
134, 205, 207
HSL
182°, 43%, 67%
CMYK
35, 1, 0, 19
Luminance
0.5324
Every format
| HEX | #86cdcf |
| RGB | rgb(134, 205, 207) |
| HSL | hsl(182, 43%, 67%) |
| CMYK | cmyk(35%, 1%, 0%, 19%) |
| LAB | lab(78.0 -21.6 -8.1) |
| LCH | lch(78.0 23.1 200.4) |
| OKLCH | oklch(0.802 0.071 198.1) |
Copy-ready code
/* CSS */
color: #86cdcf;
background-color: #86cdcf;
/* Tailwind (arbitrary) */
class="text-[#86cdcf] bg-[#86cdcf]"
/* SCSS */
$brand: #86cdcf;
/* SwiftUI */
Color(red: 0.525, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#86cdcf")Accessibility — WCAG contrast
Aa
#86cdcf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cdcf on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green80.4%
Blue81.2%
CMYK percentages
Cyan35.3%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#86cdcf text on a black background
contrast 11.65:1
Card sample
#86cdcf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cdcf;
Background color
Panel with #86cdcf background
background-color: #86cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cdcf; background: linear-gradient(135deg, #86cdcf, #869CCF);