#85fcff
a light, electric cyan · cool · closest name: cyan
RGB
133, 252, 255
HSL
182°, 100%, 76%
CMYK
48, 1, 0, 0
Luminance
0.8183
Every format
| HEX | #85fcff |
| RGB | rgb(133, 252, 255) |
| HSL | hsl(182, 100%, 76%) |
| CMYK | cmyk(48%, 1%, 0%, 0%) |
| LAB | lab(92.5 -32.8 -11.8) |
| LCH | lch(92.5 34.9 199.8) |
| OKLCH | oklch(0.923 0.108 197.6) |
Copy-ready code
/* CSS */
color: #85fcff;
background-color: #85fcff;
/* Tailwind (arbitrary) */
class="text-[#85fcff] bg-[#85fcff]"
/* SCSS */
$brand: #85fcff;
/* SwiftUI */
Color(red: 0.522, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#85fcff")Accessibility — WCAG contrast
Aa
#85fcff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85fcff on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green98.8%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#85fcff text on a black background
contrast 17.37:1
Card sample
#85fcff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85fcff;
Background color
Panel with #85fcff background
background-color: #85fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85fcff; background: linear-gradient(135deg, #85fcff, #85ABFF);