#abcafe
a light, electric blue · cool · closest name: skyblue
RGB
171, 202, 254
HSL
218°, 98%, 83%
CMYK
33, 21, 0, 0
Luminance
0.5805
Every format
| HEX | #abcafe |
| RGB | rgb(171, 202, 254) |
| HSL | hsl(218, 98%, 83%) |
| CMYK | cmyk(33%, 21%, 0%, 0%) |
| LAB | lab(80.8 1.6 -28.9) |
| LCH | lch(80.8 28.9 273.1) |
| OKLCH | oklch(0.835 0.081 260.7) |
Copy-ready code
/* CSS */
color: #abcafe;
background-color: #abcafe;
/* Tailwind (arbitrary) */
class="text-[#abcafe] bg-[#abcafe]"
/* SCSS */
$brand: #abcafe;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.996)
/* Android */
Color.parseColor("#abcafe")Accessibility — WCAG contrast
Aa
#abcafe on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcafe on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta20.5%
Yellow0.0%
Key (black)0.4%
Color previews
#abcafe text on a black background
contrast 12.61:1
Card sample
#abcafe text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcafe;
Background color
Panel with #abcafe background
background-color: #abcafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcafe; background: linear-gradient(135deg, #abcafe, #C3ABFE);