#abcbf3
a light, electric blue · cool · closest name: skyblue
RGB
171, 203, 243
HSL
213°, 75%, 81%
CMYK
30, 17, 0, 5
Luminance
0.5784
Every format
| HEX | #abcbf3 |
| RGB | rgb(171, 203, 243) |
| HSL | hsl(213, 75%, 81%) |
| CMYK | cmyk(30%, 17%, 0%, 5%) |
| LAB | lab(80.7 -1.6 -23.2) |
| LCH | lch(80.7 23.2 265.9) |
| OKLCH | oklch(0.832 0.066 254.2) |
Copy-ready code
/* CSS */
color: #abcbf3;
background-color: #abcbf3;
/* Tailwind (arbitrary) */
class="text-[#abcbf3] bg-[#abcbf3]"
/* SCSS */
$brand: #abcbf3;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.953)
/* Android */
Color.parseColor("#abcbf3")Accessibility — WCAG contrast
Aa
#abcbf3 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbf3 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue95.3%
CMYK percentages
Cyan29.6%
Magenta16.5%
Yellow0.0%
Key (black)4.7%
Color previews
#abcbf3 text on a black background
contrast 12.57:1
Card sample
#abcbf3 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbf3;
Background color
Panel with #abcbf3 background
background-color: #abcbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbf3; background: linear-gradient(135deg, #abcbf3, #BBABF3);