#abf2fc
a light, electric cyan · cool · closest name: skyblue
RGB
171, 242, 252
HSL
187°, 93%, 83%
CMYK
32, 4, 0, 1
Luminance
0.7919
Every format
| HEX | #abf2fc |
| RGB | rgb(171, 242, 252) |
| HSL | hsl(187, 93%, 83%) |
| CMYK | cmyk(32%, 4%, 0%, 1%) |
| LAB | lab(91.3 -19.6 -11.8) |
| LCH | lch(91.3 22.9 211.2) |
| OKLCH | oklch(0.918 0.071 207.0) |
Copy-ready code
/* CSS */
color: #abf2fc;
background-color: #abf2fc;
/* Tailwind (arbitrary) */
class="text-[#abf2fc] bg-[#abf2fc]"
/* SCSS */
$brand: #abf2fc;
/* SwiftUI */
Color(red: 0.671, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#abf2fc")Accessibility — WCAG contrast
Aa
#abf2fc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf2fc on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.9%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#abf2fc text on a black background
contrast 16.84:1
Card sample
#abf2fc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf2fc;
Background color
Panel with #abf2fc background
background-color: #abf2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf2fc; background: linear-gradient(135deg, #abf2fc, #ABBCFC);