#abebfc
a light, electric cyan · cool · closest name: skyblue
RGB
171, 235, 252
HSL
193°, 93%, 83%
CMYK
32, 7, 0, 1
Luminance
0.7510
Every format
| HEX | #abebfc |
| RGB | rgb(171, 235, 252) |
| HSL | hsl(193, 93%, 83%) |
| CMYK | cmyk(32%, 7%, 0%, 1%) |
| LAB | lab(89.4 -16.1 -14.7) |
| LCH | lch(89.4 21.8 222.4) |
| OKLCH | oklch(0.903 0.068 216.0) |
Copy-ready code
/* CSS */
color: #abebfc;
background-color: #abebfc;
/* Tailwind (arbitrary) */
class="text-[#abebfc] bg-[#abebfc]"
/* SCSS */
$brand: #abebfc;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#abebfc")Accessibility — WCAG contrast
Aa
#abebfc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebfc on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#abebfc text on a black background
contrast 16.02:1
Card sample
#abebfc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebfc;
Background color
Panel with #abebfc background
background-color: #abebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebfc; background: linear-gradient(135deg, #abebfc, #ABB5FC);