#abd2f4
a light, electric blue · cool · closest name: skyblue
RGB
171, 210, 244
HSL
208°, 77%, 81%
CMYK
30, 14, 0, 4
Luminance
0.6128
Every format
| HEX | #abd2f4 |
| RGB | rgb(171, 210, 244) |
| HSL | hsl(208, 77%, 81%) |
| CMYK | cmyk(30%, 14%, 0%, 4%) |
| LAB | lab(82.5 -5.1 -20.9) |
| LCH | lch(82.5 21.5 256.2) |
| OKLCH | oklch(0.847 0.063 245.0) |
Copy-ready code
/* CSS */
color: #abd2f4;
background-color: #abd2f4;
/* Tailwind (arbitrary) */
class="text-[#abd2f4] bg-[#abd2f4]"
/* SCSS */
$brand: #abd2f4;
/* SwiftUI */
Color(red: 0.671, green: 0.824, blue: 0.957)
/* Android */
Color.parseColor("#abd2f4")Accessibility — WCAG contrast
Aa
#abd2f4 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd2f4 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green82.4%
Blue95.7%
CMYK percentages
Cyan29.9%
Magenta13.9%
Yellow0.0%
Key (black)4.3%
Color previews
#abd2f4 text on a black background
contrast 13.26:1
Card sample
#abd2f4 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd2f4;
Background color
Panel with #abd2f4 background
background-color: #abd2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 210, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 210, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd2f4; background: linear-gradient(135deg, #abd2f4, #B5ABF4);