#a8dfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
168, 223, 223
HSL
180°, 46%, 77%
CMYK
25, 0, 0, 13
Luminance
0.6643
Every format
| HEX | #a8dfdf |
| RGB | rgb(168, 223, 223) |
| HSL | hsl(180, 46%, 77%) |
| CMYK | cmyk(25%, 0%, 0%, 13%) |
| LAB | lab(85.2 -17.5 -5.7) |
| LCH | lch(85.2 18.4 198.1) |
| OKLCH | oklch(0.866 0.056 196.2) |
Copy-ready code
/* CSS */
color: #a8dfdf;
background-color: #a8dfdf;
/* Tailwind (arbitrary) */
class="text-[#a8dfdf] bg-[#a8dfdf]"
/* SCSS */
$brand: #a8dfdf;
/* SwiftUI */
Color(red: 0.659, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#a8dfdf")Accessibility — WCAG contrast
Aa
#a8dfdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8dfdf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green87.5%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#a8dfdf text on a black background
contrast 14.29:1
Card sample
#a8dfdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8dfdf;
Background color
Panel with #a8dfdf background
background-color: #a8dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8dfdf; background: linear-gradient(135deg, #a8dfdf, #A8BADF);