#90fceb
a light, electric cyan · cool · closest name: turquoise
RGB
144, 252, 235
HSL
171°, 95%, 78%
CMYK
43, 0, 7, 1
Luminance
0.8155
Every format
| HEX | #90fceb |
| RGB | rgb(144, 252, 235) |
| HSL | hsl(171, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 7%, 1%) |
| LAB | lab(92.4 -35.1 -1.6) |
| LCH | lch(92.4 35.2 182.6) |
| OKLCH | oklch(0.921 0.103 182.7) |
Copy-ready code
/* CSS */
color: #90fceb;
background-color: #90fceb;
/* Tailwind (arbitrary) */
class="text-[#90fceb] bg-[#90fceb]"
/* SCSS */
$brand: #90fceb;
/* SwiftUI */
Color(red: 0.565, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#90fceb")Accessibility — WCAG contrast
Aa
#90fceb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fceb on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#90fceb text on a black background
contrast 17.31:1
Card sample
#90fceb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fceb;
Background color
Panel with #90fceb background
background-color: #90fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fceb; background: linear-gradient(135deg, #90fceb, #90C5FC);