#86ebee
a light, electric cyan · cool · closest name: turquoise
RGB
134, 235, 238
HSL
182°, 75%, 73%
CMYK
44, 1, 0, 7
Luminance
0.7066
Every format
| HEX | #86ebee |
| RGB | rgb(134, 235, 238) |
| HSL | hsl(182, 75%, 73%) |
| CMYK | cmyk(44%, 1%, 0%, 7%) |
| LAB | lab(87.3 -28.8 -10.7) |
| LCH | lch(87.3 30.7 200.4) |
| OKLCH | oklch(0.880 0.095 198.1) |
Copy-ready code
/* CSS */
color: #86ebee;
background-color: #86ebee;
/* Tailwind (arbitrary) */
class="text-[#86ebee] bg-[#86ebee]"
/* SCSS */
$brand: #86ebee;
/* SwiftUI */
Color(red: 0.525, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#86ebee")Accessibility — WCAG contrast
Aa
#86ebee on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86ebee on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green92.2%
Blue93.3%
CMYK percentages
Cyan43.7%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#86ebee text on a black background
contrast 15.13:1
Card sample
#86ebee text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86ebee;
Background color
Panel with #86ebee background
background-color: #86ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86ebee; background: linear-gradient(135deg, #86ebee, #86A6EE);