#99bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
153, 188, 223
HSL
210°, 52%, 74%
CMYK
31, 16, 0, 13
Luminance
0.4807
Every format
| HEX | #99bcdf |
| RGB | rgb(153, 188, 223) |
| HSL | hsl(210, 52%, 74%) |
| CMYK | cmyk(31%, 16%, 0%, 13%) |
| LAB | lab(74.9 -3.6 -21.3) |
| LCH | lch(74.9 21.6 260.4) |
| OKLCH | oklch(0.782 0.063 248.6) |
Copy-ready code
/* CSS */
color: #99bcdf;
background-color: #99bcdf;
/* Tailwind (arbitrary) */
class="text-[#99bcdf] bg-[#99bcdf]"
/* SCSS */
$brand: #99bcdf;
/* SwiftUI */
Color(red: 0.600, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#99bcdf")Accessibility — WCAG contrast
Aa
#99bcdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99bcdf on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#99bcdf text on a black background
contrast 10.61:1
Card sample
#99bcdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99bcdf;
Background color
Panel with #99bcdf background
background-color: #99bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99bcdf; background: linear-gradient(135deg, #99bcdf, #A599DF);