#85fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
133, 252, 223
HSL
165°, 95%, 76%
CMYK
47, 0, 12, 1
Luminance
0.7994
Every format
| HEX | #85fcdf |
| RGB | rgb(133, 252, 223) |
| HSL | hsl(165, 95%, 76%) |
| CMYK | cmyk(47%, 0%, 12%, 1%) |
| LAB | lab(91.7 -40.4 3.5) |
| LCH | lch(91.7 40.6 175.0) |
| OKLCH | oklch(0.913 0.116 175.7) |
Copy-ready code
/* CSS */
color: #85fcdf;
background-color: #85fcdf;
/* Tailwind (arbitrary) */
class="text-[#85fcdf] bg-[#85fcdf]"
/* SCSS */
$brand: #85fcdf;
/* SwiftUI */
Color(red: 0.522, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#85fcdf")Accessibility — WCAG contrast
Aa
#85fcdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85fcdf on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green98.8%
Blue87.5%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#85fcdf text on a black background
contrast 16.99:1
Card sample
#85fcdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85fcdf;
Background color
Panel with #85fcdf background
background-color: #85fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85fcdf; background: linear-gradient(135deg, #85fcdf, #85CAFC);