#abcdf2
a light, vivid blue · cool · closest name: skyblue
RGB
171, 205, 242
HSL
211°, 73%, 81%
CMYK
29, 15, 0, 5
Luminance
0.5873
Every format
| HEX | #abcdf2 |
| RGB | rgb(171, 205, 242) |
| HSL | hsl(211, 73%, 81%) |
| CMYK | cmyk(29%, 15%, 0%, 5%) |
| LAB | lab(81.1 -3.0 -21.9) |
| LCH | lch(81.1 22.1 262.3) |
| OKLCH | oklch(0.836 0.064 250.8) |
Copy-ready code
/* CSS */
color: #abcdf2;
background-color: #abcdf2;
/* Tailwind (arbitrary) */
class="text-[#abcdf2] bg-[#abcdf2]"
/* SCSS */
$brand: #abcdf2;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.949)
/* Android */
Color.parseColor("#abcdf2")Accessibility — WCAG contrast
Aa
#abcdf2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdf2 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue94.9%
CMYK percentages
Cyan29.3%
Magenta15.3%
Yellow0.0%
Key (black)5.1%
Color previews
#abcdf2 text on a black background
contrast 12.75:1
Card sample
#abcdf2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdf2;
Background color
Panel with #abcdf2 background
background-color: #abcdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdf2; background: linear-gradient(135deg, #abcdf2, #B8ABF2);