#99bceb
a light, vivid blue · cool · closest name: skyblue
RGB
153, 188, 235
HSL
214°, 67%, 76%
CMYK
35, 20, 0, 8
Luminance
0.4874
Every format
| HEX | #99bceb |
| RGB | rgb(153, 188, 235) |
| HSL | hsl(214, 67%, 76%) |
| CMYK | cmyk(35%, 20%, 0%, 8%) |
| LAB | lab(75.3 -0.6 -27.2) |
| LCH | lch(75.3 27.2 268.7) |
| OKLCH | oklch(0.786 0.077 255.9) |
Copy-ready code
/* CSS */
color: #99bceb;
background-color: #99bceb;
/* Tailwind (arbitrary) */
class="text-[#99bceb] bg-[#99bceb]"
/* SCSS */
$brand: #99bceb;
/* SwiftUI */
Color(red: 0.600, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#99bceb")Accessibility — WCAG contrast
Aa
#99bceb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99bceb on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#99bceb text on a black background
contrast 10.75:1
Card sample
#99bceb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99bceb;
Background color
Panel with #99bceb background
background-color: #99bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99bceb; background: linear-gradient(135deg, #99bceb, #AD99EB);