#abcdff
a light, electric blue · cool · closest name: skyblue
RGB
171, 205, 255
HSL
216°, 100%, 84%
CMYK
33, 20, 0, 0
Luminance
0.5954
Every format
| HEX | #abcdff |
| RGB | rgb(171, 205, 255) |
| HSL | hsl(216, 100%, 84%) |
| CMYK | cmyk(33%, 20%, 0%, 0%) |
| LAB | lab(81.6 0.2 -28.1) |
| LCH | lch(81.6 28.1 270.4) |
| OKLCH | oklch(0.841 0.079 257.9) |
Copy-ready code
/* CSS */
color: #abcdff;
background-color: #abcdff;
/* Tailwind (arbitrary) */
class="text-[#abcdff] bg-[#abcdff]"
/* SCSS */
$brand: #abcdff;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#abcdff")Accessibility — WCAG contrast
Aa
#abcdff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdff on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#abcdff text on a black background
contrast 12.91:1
Card sample
#abcdff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdff;
Background color
Panel with #abcdff background
background-color: #abcdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdff; background: linear-gradient(135deg, #abcdff, #C1ABFF);