#99aabb
a light, soft blue · cool · closest name: silver
RGB
153, 170, 187
HSL
210°, 20%, 67%
CMYK
18, 9, 0, 27
Luminance
0.3911
Every format
| HEX | #99aabb |
| RGB | rgb(153, 170, 187) |
| HSL | hsl(210, 20%, 67%) |
| CMYK | cmyk(18%, 9%, 0%, 27%) |
| LAB | lab(68.8 -2.3 -10.7) |
| LCH | lch(68.8 10.9 257.9) |
| OKLCH | oklch(0.730 0.031 248.3) |
Copy-ready code
/* CSS */
color: #99aabb;
background-color: #99aabb;
/* Tailwind (arbitrary) */
class="text-[#99aabb] bg-[#99aabb]"
/* SCSS */
$brand: #99aabb;
/* SwiftUI */
Color(red: 0.600, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#99aabb")Accessibility — WCAG contrast
Aa
#99aabb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99aabb on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green66.7%
Blue73.3%
CMYK percentages
Cyan18.2%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#99aabb text on a black background
contrast 8.82:1
Card sample
#99aabb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99aabb;
Background color
Panel with #99aabb background
background-color: #99aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99aabb; background: linear-gradient(135deg, #99aabb, #9F99BB);