#abc3ef
a light, vivid blue · cool · closest name: skyblue
RGB
171, 195, 239
HSL
219°, 68%, 80%
CMYK
29, 18, 0, 6
Luminance
0.5392
Every format
| HEX | #abc3ef |
| RGB | rgb(171, 195, 239) |
| HSL | hsl(219, 68%, 80%) |
| CMYK | cmyk(29%, 18%, 0%, 6%) |
| LAB | lab(78.4 1.7 -24.4) |
| LCH | lch(78.4 24.5 273.9) |
| OKLCH | oklch(0.814 0.068 262.5) |
Copy-ready code
/* CSS */
color: #abc3ef;
background-color: #abc3ef;
/* Tailwind (arbitrary) */
class="text-[#abc3ef] bg-[#abc3ef]"
/* SCSS */
$brand: #abc3ef;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.937)
/* Android */
Color.parseColor("#abc3ef")Accessibility — WCAG contrast
Aa
#abc3ef on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3ef on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta18.4%
Yellow0.0%
Key (black)6.3%
Color previews
#abc3ef text on a black background
contrast 11.78:1
Card sample
#abc3ef text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3ef;
Background color
Panel with #abc3ef background
background-color: #abc3ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3ef; background: linear-gradient(135deg, #abc3ef, #C0ABEF);