#abebfb
a light, electric cyan · cool · closest name: skyblue
RGB
171, 235, 251
HSL
192°, 91%, 83%
CMYK
32, 6, 0, 2
Luminance
0.7504
Every format
| HEX | #abebfb |
| RGB | rgb(171, 235, 251) |
| HSL | hsl(192, 91%, 83%) |
| CMYK | cmyk(32%, 6%, 0%, 2%) |
| LAB | lab(89.4 -16.3 -14.2) |
| LCH | lch(89.4 21.6 221.0) |
| OKLCH | oklch(0.902 0.068 214.9) |
Copy-ready code
/* CSS */
color: #abebfb;
background-color: #abebfb;
/* Tailwind (arbitrary) */
class="text-[#abebfb] bg-[#abebfb]"
/* SCSS */
$brand: #abebfb;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#abebfb")Accessibility — WCAG contrast
Aa
#abebfb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebfb on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#abebfb text on a black background
contrast 16.01:1
Card sample
#abebfb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebfb;
Background color
Panel with #abebfb background
background-color: #abebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebfb; background: linear-gradient(135deg, #abebfb, #ABB5FB);