#86adcf
a light, soft blue · cool · closest name: skyblue
RGB
134, 173, 207
HSL
208°, 43%, 67%
CMYK
35, 16, 0, 19
Luminance
0.3946
Every format
| HEX | #86adcf |
| RGB | rgb(134, 173, 207) |
| HSL | hsl(208, 43%, 67%) |
| CMYK | cmyk(35%, 16%, 0%, 19%) |
| LAB | lab(69.1 -4.9 -21.5) |
| LCH | lch(69.1 22.0 257.3) |
| OKLCH | oklch(0.731 0.065 245.2) |
Copy-ready code
/* CSS */
color: #86adcf;
background-color: #86adcf;
/* Tailwind (arbitrary) */
class="text-[#86adcf] bg-[#86adcf]"
/* SCSS */
$brand: #86adcf;
/* SwiftUI */
Color(red: 0.525, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#86adcf")Accessibility — WCAG contrast
Aa
#86adcf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86adcf on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green67.8%
Blue81.2%
CMYK percentages
Cyan35.3%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#86adcf text on a black background
contrast 8.89:1
Card sample
#86adcf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86adcf;
Background color
Panel with #86adcf background
background-color: #86adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86adcf; background: linear-gradient(135deg, #86adcf, #9086CF);