#a2fdfe
a light, electric cyan · cool · closest name: turquoise
RGB
162, 253, 254
HSL
181°, 98%, 82%
CMYK
36, 0, 0, 0
Luminance
0.8509
Every format
| HEX | #a2fdfe |
| RGB | rgb(162, 253, 254) |
| HSL | hsl(181, 98%, 82%) |
| CMYK | cmyk(36%, 0%, 0%, 0%) |
| LAB | lab(93.9 -26.8 -9.1) |
| LCH | lch(93.9 28.3 198.7) |
| OKLCH | oklch(0.938 0.087 196.7) |
Copy-ready code
/* CSS */
color: #a2fdfe;
background-color: #a2fdfe;
/* Tailwind (arbitrary) */
class="text-[#a2fdfe] bg-[#a2fdfe]"
/* SCSS */
$brand: #a2fdfe;
/* SwiftUI */
Color(red: 0.635, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#a2fdfe")Accessibility — WCAG contrast
Aa
#a2fdfe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fdfe on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green99.2%
Blue99.6%
CMYK percentages
Cyan36.2%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#a2fdfe text on a black background
contrast 18.02:1
Card sample
#a2fdfe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fdfe;
Background color
Panel with #a2fdfe background
background-color: #a2fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fdfe; background: linear-gradient(135deg, #a2fdfe, #A2C0FE);