#abd3ff
a light, electric blue · cool · closest name: skyblue
RGB
171, 211, 255
HSL
211°, 100%, 84%
CMYK
33, 17, 0, 0
Luminance
0.6247
Every format
| HEX | #abd3ff |
| RGB | rgb(171, 211, 255) |
| HSL | hsl(211, 100%, 84%) |
| CMYK | cmyk(33%, 17%, 0%, 0%) |
| LAB | lab(83.2 -3.0 -25.7) |
| LCH | lch(83.2 25.9 263.4) |
| OKLCH | oklch(0.853 0.075 251.1) |
Copy-ready code
/* CSS */
color: #abd3ff;
background-color: #abd3ff;
/* Tailwind (arbitrary) */
class="text-[#abd3ff] bg-[#abd3ff]"
/* SCSS */
$brand: #abd3ff;
/* SwiftUI */
Color(red: 0.671, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#abd3ff")Accessibility — WCAG contrast
Aa
#abd3ff on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd3ff on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green82.7%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#abd3ff text on a black background
contrast 13.49:1
Card sample
#abd3ff text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd3ff;
Background color
Panel with #abd3ff background
background-color: #abd3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd3ff; background: linear-gradient(135deg, #abd3ff, #BBABFF);