#90cfcc
a light, soft cyan · cool · closest name: skyblue
RGB
144, 207, 204
HSL
177°, 40%, 69%
CMYK
30, 0, 1, 19
Luminance
0.5491
Every format
| HEX | #90cfcc |
| RGB | rgb(144, 207, 204) |
| HSL | hsl(177, 40%, 69%) |
| CMYK | cmyk(30%, 0%, 1%, 19%) |
| LAB | lab(79.0 -20.6 -4.9) |
| LCH | lch(79.0 21.2 193.5) |
| OKLCH | oklch(0.811 0.064 192.2) |
Copy-ready code
/* CSS */
color: #90cfcc;
background-color: #90cfcc;
/* Tailwind (arbitrary) */
class="text-[#90cfcc] bg-[#90cfcc]"
/* SCSS */
$brand: #90cfcc;
/* SwiftUI */
Color(red: 0.565, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#90cfcc")Accessibility — WCAG contrast
Aa
#90cfcc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cfcc on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green81.2%
Blue80.0%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#90cfcc text on a black background
contrast 11.98:1
Card sample
#90cfcc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cfcc;
Background color
Panel with #90cfcc background
background-color: #90cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cfcc; background: linear-gradient(135deg, #90cfcc, #90A8CF);