#abdfe7
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 223, 231
HSL
188°, 56%, 79%
CMYK
26, 4, 0, 9
Luminance
0.6720
Every format
| HEX | #abdfe7 |
| RGB | rgb(171, 223, 231) |
| HSL | hsl(188, 56%, 79%) |
| CMYK | cmyk(26%, 4%, 0%, 9%) |
| LAB | lab(85.6 -14.8 -9.3) |
| LCH | lch(85.6 17.5 212.2) |
| OKLCH | oklch(0.870 0.054 207.9) |
Copy-ready code
/* CSS */
color: #abdfe7;
background-color: #abdfe7;
/* Tailwind (arbitrary) */
class="text-[#abdfe7] bg-[#abdfe7]"
/* SCSS */
$brand: #abdfe7;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#abdfe7")Accessibility — WCAG contrast
Aa
#abdfe7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfe7 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue90.6%
CMYK percentages
Cyan26.0%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#abdfe7 text on a black background
contrast 14.44:1
Card sample
#abdfe7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfe7;
Background color
Panel with #abdfe7 background
background-color: #abdfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfe7; background: linear-gradient(135deg, #abdfe7, #ABB7E7);