#90fefc
a light, electric cyan · cool · closest name: cyan
RGB
144, 254, 252
HSL
179°, 98%, 78%
CMYK
43, 0, 1, 0
Luminance
0.8384
Every format
| HEX | #90fefc |
| RGB | rgb(144, 254, 252) |
| HSL | hsl(179, 98%, 78%) |
| CMYK | cmyk(43%, 0%, 1%, 0%) |
| LAB | lab(93.4 -32.1 -8.9) |
| LCH | lch(93.4 33.3 195.5) |
| OKLCH | oklch(0.931 0.102 194.0) |
Copy-ready code
/* CSS */
color: #90fefc;
background-color: #90fefc;
/* Tailwind (arbitrary) */
class="text-[#90fefc] bg-[#90fefc]"
/* SCSS */
$brand: #90fefc;
/* SwiftUI */
Color(red: 0.565, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#90fefc")Accessibility — WCAG contrast
Aa
#90fefc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fefc on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.6%
Blue98.8%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#90fefc text on a black background
contrast 17.77:1
Card sample
#90fefc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fefc;
Background color
Panel with #90fefc background
background-color: #90fefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fefc; background: linear-gradient(135deg, #90fefc, #90B7FE);