#85ebcf
a light, vivid cyan · cool · closest name: aquamarine
RGB
133, 235, 207
HSL
164°, 72%, 72%
CMYK
43, 0, 12, 8
Luminance
0.6891
Every format
| HEX | #85ebcf |
| RGB | rgb(133, 235, 207) |
| HSL | hsl(164, 72%, 72%) |
| CMYK | cmyk(43%, 0%, 12%, 8%) |
| LAB | lab(86.5 -36.3 4.3) |
| LCH | lch(86.5 36.5 173.2) |
| OKLCH | oklch(0.870 0.104 174.0) |
Copy-ready code
/* CSS */
color: #85ebcf;
background-color: #85ebcf;
/* Tailwind (arbitrary) */
class="text-[#85ebcf] bg-[#85ebcf]"
/* SCSS */
$brand: #85ebcf;
/* SwiftUI */
Color(red: 0.522, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#85ebcf")Accessibility — WCAG contrast
Aa
#85ebcf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85ebcf on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green92.2%
Blue81.2%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#85ebcf text on a black background
contrast 14.78:1
Card sample
#85ebcf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85ebcf;
Background color
Panel with #85ebcf background
background-color: #85ebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85ebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85ebcf; background: linear-gradient(135deg, #85ebcf, #85C3EB);