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