#90c2db
a light, vivid blue · cool · closest name: skyblue
RGB
144, 194, 219
HSL
200°, 51%, 71%
CMYK
34, 11, 0, 14
Luminance
0.4963
Every format
| HEX | #90c2db |
| RGB | rgb(144, 194, 219) |
| HSL | hsl(200, 51%, 71%) |
| CMYK | cmyk(34%, 11%, 0%, 14%) |
| LAB | lab(75.8 -10.3 -17.7) |
| LCH | lch(75.8 20.5 239.8) |
| OKLCH | oklch(0.788 0.063 230.2) |
Copy-ready code
/* CSS */
color: #90c2db;
background-color: #90c2db;
/* Tailwind (arbitrary) */
class="text-[#90c2db] bg-[#90c2db]"
/* SCSS */
$brand: #90c2db;
/* SwiftUI */
Color(red: 0.565, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#90c2db")Accessibility — WCAG contrast
Aa
#90c2db on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90c2db on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green76.1%
Blue85.9%
CMYK percentages
Cyan34.2%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#90c2db text on a black background
contrast 10.93:1
Card sample
#90c2db text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90c2db;
Background color
Panel with #90c2db background
background-color: #90c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90c2db; background: linear-gradient(135deg, #90c2db, #9090DB);