#a7e2df
a light, vivid cyan · cool · closest name: skyblue
RGB
167, 226, 223
HSL
177°, 50%, 77%
CMYK
26, 0, 1, 11
Luminance
0.6794
Every format
| HEX | #a7e2df |
| RGB | rgb(167, 226, 223) |
| HSL | hsl(177, 50%, 77%) |
| CMYK | cmyk(26%, 0%, 1%, 11%) |
| LAB | lab(86.0 -19.3 -4.6) |
| LCH | lch(86.0 19.8 193.5) |
| OKLCH | oklch(0.872 0.060 192.2) |
Copy-ready code
/* CSS */
color: #a7e2df;
background-color: #a7e2df;
/* Tailwind (arbitrary) */
class="text-[#a7e2df] bg-[#a7e2df]"
/* SCSS */
$brand: #a7e2df;
/* SwiftUI */
Color(red: 0.655, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#a7e2df")Accessibility — WCAG contrast
Aa
#a7e2df on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7e2df on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green88.6%
Blue87.5%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#a7e2df text on a black background
contrast 14.59:1
Card sample
#a7e2df text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7e2df;
Background color
Panel with #a7e2df background
background-color: #a7e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7e2df; background: linear-gradient(135deg, #a7e2df, #A7BEE2);