#85f3f5
a light, electric cyan · cool · closest name: turquoise
RGB
133, 243, 245
HSL
181°, 85%, 74%
CMYK
46, 1, 0, 4
Luminance
0.7568
Every format
| HEX | #85f3f5 |
| RGB | rgb(133, 243, 245) |
| HSL | hsl(181, 85%, 74%) |
| CMYK | cmyk(46%, 1%, 0%, 4%) |
| LAB | lab(89.7 -31.1 -10.8) |
| LCH | lch(89.7 32.9 199.2) |
| OKLCH | oklch(0.900 0.102 197.0) |
Copy-ready code
/* CSS */
color: #85f3f5;
background-color: #85f3f5;
/* Tailwind (arbitrary) */
class="text-[#85f3f5] bg-[#85f3f5]"
/* SCSS */
$brand: #85f3f5;
/* SwiftUI */
Color(red: 0.522, green: 0.953, blue: 0.961)
/* Android */
Color.parseColor("#85f3f5")Accessibility — WCAG contrast
Aa
#85f3f5 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f3f5 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green95.3%
Blue96.1%
CMYK percentages
Cyan45.7%
Magenta0.8%
Yellow0.0%
Key (black)3.9%
Color previews
#85f3f5 text on a black background
contrast 16.14:1
Card sample
#85f3f5 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f3f5;
Background color
Panel with #85f3f5 background
background-color: #85f3f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f3f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 243, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 243, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f3f5; background: linear-gradient(135deg, #85f3f5, #85A8F5);