#85fdee
a light, electric cyan · cool · closest name: turquoise
RGB
133, 253, 238
HSL
173°, 97%, 76%
CMYK
47, 0, 6, 1
Luminance
0.8141
Every format
| HEX | #85fdee |
| RGB | rgb(133, 253, 238) |
| HSL | hsl(173, 97%, 76%) |
| CMYK | cmyk(47%, 0%, 6%, 1%) |
| LAB | lab(92.3 -37.4 -3.3) |
| LCH | lch(92.3 37.6 185.0) |
| OKLCH | oklch(0.920 0.111 184.9) |
Copy-ready code
/* CSS */
color: #85fdee;
background-color: #85fdee;
/* Tailwind (arbitrary) */
class="text-[#85fdee] bg-[#85fdee]"
/* SCSS */
$brand: #85fdee;
/* SwiftUI */
Color(red: 0.522, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#85fdee")Accessibility — WCAG contrast
Aa
#85fdee on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85fdee on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green99.2%
Blue93.3%
CMYK percentages
Cyan47.4%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#85fdee text on a black background
contrast 17.28:1
Card sample
#85fdee text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85fdee;
Background color
Panel with #85fdee background
background-color: #85fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85fdee; background: linear-gradient(135deg, #85fdee, #85BCFD);