#6afccc
a light, electric cyan · cool · closest name: aquamarine
RGB
106, 252, 204
HSL
160°, 96%, 70%
CMYK
58, 0, 19, 1
Luminance
0.7704
Every format
| HEX | #6afccc |
| RGB | rgb(106, 252, 204) |
| HSL | hsl(160, 96%, 70%) |
| CMYK | cmyk(58%, 0%, 19%, 1%) |
| LAB | lab(90.3 -50.4 11.3) |
| LCH | lch(90.3 51.6 167.3) |
| OKLCH | oklch(0.899 0.144 168.3) |
Copy-ready code
/* CSS */
color: #6afccc;
background-color: #6afccc;
/* Tailwind (arbitrary) */
class="text-[#6afccc] bg-[#6afccc]"
/* SCSS */
$brand: #6afccc;
/* SwiftUI */
Color(red: 0.416, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#6afccc")Accessibility — WCAG contrast
Aa
#6afccc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afccc on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan57.9%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#6afccc text on a black background
contrast 16.41:1
Card sample
#6afccc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afccc;
Background color
Panel with #6afccc background
background-color: #6afccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afccc; background: linear-gradient(135deg, #6afccc, #6ACBFC);