#abcef0
a light, vivid blue · cool · closest name: skyblue
RGB
171, 206, 240
HSL
210°, 70%, 81%
CMYK
29, 14, 0, 6
Luminance
0.5909
Every format
| HEX | #abcef0 |
| RGB | rgb(171, 206, 240) |
| HSL | hsl(210, 70%, 81%) |
| CMYK | cmyk(29%, 14%, 0%, 6%) |
| LAB | lab(81.3 -4.0 -20.5) |
| LCH | lch(81.3 20.9 259.1) |
| OKLCH | oklch(0.837 0.061 247.8) |
Copy-ready code
/* CSS */
color: #abcef0;
background-color: #abcef0;
/* Tailwind (arbitrary) */
class="text-[#abcef0] bg-[#abcef0]"
/* SCSS */
$brand: #abcef0;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.941)
/* Android */
Color.parseColor("#abcef0")Accessibility — WCAG contrast
Aa
#abcef0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcef0 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue94.1%
CMYK percentages
Cyan28.8%
Magenta14.2%
Yellow0.0%
Key (black)5.9%
Color previews
#abcef0 text on a black background
contrast 12.82:1
Card sample
#abcef0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcef0;
Background color
Panel with #abcef0 background
background-color: #abcef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcef0; background: linear-gradient(135deg, #abcef0, #B6ABF0);