#86bace
a light, soft cyan · cool · closest name: skyblue
RGB
134, 186, 206
HSL
197°, 42%, 67%
CMYK
35, 10, 0, 19
Luminance
0.4464
Every format
| HEX | #86bace |
| RGB | rgb(134, 186, 206) |
| HSL | hsl(197, 42%, 67%) |
| CMYK | cmyk(35%, 10%, 0%, 19%) |
| LAB | lab(72.7 -12.1 -15.5) |
| LCH | lch(72.7 19.7 232.1) |
| OKLCH | oklch(0.759 0.061 223.8) |
Copy-ready code
/* CSS */
color: #86bace;
background-color: #86bace;
/* Tailwind (arbitrary) */
class="text-[#86bace] bg-[#86bace]"
/* SCSS */
$brand: #86bace;
/* SwiftUI */
Color(red: 0.525, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#86bace")Accessibility — WCAG contrast
Aa
#86bace on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86bace on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green72.9%
Blue80.8%
CMYK percentages
Cyan35.0%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#86bace text on a black background
contrast 9.93:1
Card sample
#86bace text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86bace;
Background color
Panel with #86bace background
background-color: #86bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86bace; background: linear-gradient(135deg, #86bace, #868ACE);