#abcdfe
a light, electric blue · cool · closest name: skyblue
RGB
171, 205, 254
HSL
215°, 98%, 83%
CMYK
33, 19, 0, 0
Luminance
0.5948
Every format
| HEX | #abcdfe |
| RGB | rgb(171, 205, 254) |
| HSL | hsl(215, 98%, 83%) |
| CMYK | cmyk(33%, 19%, 0%, 0%) |
| LAB | lab(81.5 -0.1 -27.7) |
| LCH | lch(81.5 27.7 269.9) |
| OKLCH | oklch(0.841 0.078 257.5) |
Copy-ready code
/* CSS */
color: #abcdfe;
background-color: #abcdfe;
/* Tailwind (arbitrary) */
class="text-[#abcdfe] bg-[#abcdfe]"
/* SCSS */
$brand: #abcdfe;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#abcdfe")Accessibility — WCAG contrast
Aa
#abcdfe on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdfe on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#abcdfe text on a black background
contrast 12.90:1
Card sample
#abcdfe text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdfe;
Background color
Panel with #abcdfe background
background-color: #abcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdfe; background: linear-gradient(135deg, #abcdfe, #C0ABFE);