#86feee
a light, electric cyan · cool · closest name: turquoise
RGB
134, 254, 238
HSL
172°, 98%, 76%
CMYK
47, 0, 6, 0
Luminance
0.8213
Every format
| HEX | #86feee |
| RGB | rgb(134, 254, 238) |
| HSL | hsl(172, 98%, 76%) |
| CMYK | cmyk(47%, 0%, 6%, 0%) |
| LAB | lab(92.6 -37.6 -2.8) |
| LCH | lch(92.6 37.8 184.3) |
| OKLCH | oklch(0.923 0.112 184.2) |
Copy-ready code
/* CSS */
color: #86feee;
background-color: #86feee;
/* Tailwind (arbitrary) */
class="text-[#86feee] bg-[#86feee]"
/* SCSS */
$brand: #86feee;
/* SwiftUI */
Color(red: 0.525, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#86feee")Accessibility — WCAG contrast
Aa
#86feee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86feee on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green99.6%
Blue93.3%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#86feee text on a black background
contrast 17.43:1
Card sample
#86feee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86feee;
Background color
Panel with #86feee background
background-color: #86feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86feee; background: linear-gradient(135deg, #86feee, #86BEFE);