#abcaeb
a light, vivid blue · cool · closest name: skyblue
RGB
171, 202, 235
HSL
211°, 62%, 80%
CMYK
27, 14, 0, 8
Luminance
0.5690
Every format
| HEX | #abcaeb |
| RGB | rgb(171, 202, 235) |
| HSL | hsl(211, 62%, 80%) |
| CMYK | cmyk(27%, 14%, 0%, 8%) |
| LAB | lab(80.1 -3.0 -19.7) |
| LCH | lch(80.1 19.9 261.3) |
| OKLCH | oklch(0.827 0.057 250.1) |
Copy-ready code
/* CSS */
color: #abcaeb;
background-color: #abcaeb;
/* Tailwind (arbitrary) */
class="text-[#abcaeb] bg-[#abcaeb]"
/* SCSS */
$brand: #abcaeb;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.922)
/* Android */
Color.parseColor("#abcaeb")Accessibility — WCAG contrast
Aa
#abcaeb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcaeb on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta14.0%
Yellow0.0%
Key (black)7.8%
Color previews
#abcaeb text on a black background
contrast 12.38:1
Card sample
#abcaeb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcaeb;
Background color
Panel with #abcaeb background
background-color: #abcaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcaeb; background: linear-gradient(135deg, #abcaeb, #B7ABEB);