#85ffee
a light, electric cyan · cool · closest name: turquoise
RGB
133, 255, 238
HSL
172°, 100%, 76%
CMYK
48, 0, 7, 0
Luminance
0.8268
Every format
| HEX | #85ffee |
| RGB | rgb(133, 255, 238) |
| HSL | hsl(172, 100%, 76%) |
| CMYK | cmyk(48%, 0%, 7%, 0%) |
| LAB | lab(92.9 -38.3 -2.5) |
| LCH | lch(92.9 38.4 183.7) |
| OKLCH | oklch(0.924 0.113 183.7) |
Copy-ready code
/* CSS */
color: #85ffee;
background-color: #85ffee;
/* Tailwind (arbitrary) */
class="text-[#85ffee] bg-[#85ffee]"
/* SCSS */
$brand: #85ffee;
/* SwiftUI */
Color(red: 0.522, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#85ffee")Accessibility — WCAG contrast
Aa
#85ffee on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85ffee on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green100.0%
Blue93.3%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#85ffee text on a black background
contrast 17.54:1
Card sample
#85ffee text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85ffee;
Background color
Panel with #85ffee background
background-color: #85ffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85ffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85ffee; background: linear-gradient(135deg, #85ffee, #85BFFF);