#abcdf4
a light, electric blue · cool · closest name: skyblue
RGB
171, 205, 244
HSL
212°, 77%, 81%
CMYK
30, 16, 0, 4
Luminance
0.5885
Every format
| HEX | #abcdf4 |
| RGB | rgb(171, 205, 244) |
| HSL | hsl(212, 77%, 81%) |
| CMYK | cmyk(30%, 16%, 0%, 4%) |
| LAB | lab(81.2 -2.5 -22.9) |
| LCH | lch(81.2 23.0 263.8) |
| OKLCH | oklch(0.837 0.066 252.1) |
Copy-ready code
/* CSS */
color: #abcdf4;
background-color: #abcdf4;
/* Tailwind (arbitrary) */
class="text-[#abcdf4] bg-[#abcdf4]"
/* SCSS */
$brand: #abcdf4;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#abcdf4")Accessibility — WCAG contrast
Aa
#abcdf4 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdf4 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue95.7%
CMYK percentages
Cyan29.9%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#abcdf4 text on a black background
contrast 12.77:1
Card sample
#abcdf4 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdf4;
Background color
Panel with #abcdf4 background
background-color: #abcdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdf4; background: linear-gradient(135deg, #abcdf4, #BAABF4);