#a2f2ff
a light, electric cyan · cool · closest name: skyblue
RGB
162, 242, 255
HSL
188°, 100%, 82%
CMYK
37, 5, 0, 0
Luminance
0.7841
Every format
| HEX | #a2f2ff |
| RGB | rgb(162, 242, 255) |
| HSL | hsl(188, 100%, 82%) |
| CMYK | cmyk(37%, 5%, 0%, 0%) |
| LAB | lab(91.0 -21.2 -14.0) |
| LCH | lch(91.0 25.4 213.4) |
| OKLCH | oklch(0.914 0.080 208.7) |
Copy-ready code
/* CSS */
color: #a2f2ff;
background-color: #a2f2ff;
/* Tailwind (arbitrary) */
class="text-[#a2f2ff] bg-[#a2f2ff]"
/* SCSS */
$brand: #a2f2ff;
/* SwiftUI */
Color(red: 0.635, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#a2f2ff")Accessibility — WCAG contrast
Aa
#a2f2ff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f2ff on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green94.9%
Blue100.0%
CMYK percentages
Cyan36.5%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#a2f2ff text on a black background
contrast 16.68:1
Card sample
#a2f2ff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f2ff;
Background color
Panel with #a2f2ff background
background-color: #a2f2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f2ff; background: linear-gradient(135deg, #a2f2ff, #A2B4FF);