#6afad2
a light, electric cyan · cool · closest name: aquamarine
RGB
106, 250, 210
HSL
163°, 94%, 70%
CMYK
58, 0, 16, 2
Luminance
0.7609
Every format
| HEX | #6afad2 |
| RGB | rgb(106, 250, 210) |
| HSL | hsl(163, 94%, 70%) |
| CMYK | cmyk(58%, 0%, 16%, 2%) |
| LAB | lab(89.9 -48.2 7.6) |
| LCH | lch(89.9 48.8 171.0) |
| OKLCH | oklch(0.896 0.137 171.9) |
Copy-ready code
/* CSS */
color: #6afad2;
background-color: #6afad2;
/* Tailwind (arbitrary) */
class="text-[#6afad2] bg-[#6afad2]"
/* SCSS */
$brand: #6afad2;
/* SwiftUI */
Color(red: 0.416, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#6afad2")Accessibility — WCAG contrast
Aa
#6afad2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afad2 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green98.0%
Blue82.4%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#6afad2 text on a black background
contrast 16.22:1
Card sample
#6afad2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afad2;
Background color
Panel with #6afad2 background
background-color: #6afad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afad2; background: linear-gradient(135deg, #6afad2, #6AC2FA);