#abcaef
a light, vivid blue · cool · closest name: skyblue
RGB
171, 202, 239
HSL
213°, 68%, 80%
CMYK
29, 16, 0, 6
Luminance
0.5713
Every format
| HEX | #abcaef |
| RGB | rgb(171, 202, 239) |
| HSL | hsl(213, 68%, 80%) |
| CMYK | cmyk(29%, 16%, 0%, 6%) |
| LAB | lab(80.3 -2.1 -21.6) |
| LCH | lch(80.3 21.7 264.5) |
| OKLCH | oklch(0.829 0.062 253.1) |
Copy-ready code
/* CSS */
color: #abcaef;
background-color: #abcaef;
/* Tailwind (arbitrary) */
class="text-[#abcaef] bg-[#abcaef]"
/* SCSS */
$brand: #abcaef;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#abcaef")Accessibility — WCAG contrast
Aa
#abcaef on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcaef on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta15.5%
Yellow0.0%
Key (black)6.3%
Color previews
#abcaef text on a black background
contrast 12.43:1
Card sample
#abcaef text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcaef;
Background color
Panel with #abcaef background
background-color: #abcaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcaef; background: linear-gradient(135deg, #abcaef, #B9ABEF);