#6afdcf
a light, electric cyan · cool · closest name: aquamarine
RGB
106, 253, 207
HSL
161°, 97%, 70%
CMYK
58, 0, 18, 1
Luminance
0.7782
Every format
| HEX | #6afdcf |
| RGB | rgb(106, 253, 207) |
| HSL | hsl(161, 97%, 70%) |
| CMYK | cmyk(58%, 0%, 18%, 1%) |
| LAB | lab(90.7 -50.1 10.3) |
| LCH | lch(90.7 51.1 168.4) |
| OKLCH | oklch(0.902 0.143 169.4) |
Copy-ready code
/* CSS */
color: #6afdcf;
background-color: #6afdcf;
/* Tailwind (arbitrary) */
class="text-[#6afdcf] bg-[#6afdcf]"
/* SCSS */
$brand: #6afdcf;
/* SwiftUI */
Color(red: 0.416, green: 0.992, blue: 0.812)
/* Android */
Color.parseColor("#6afdcf")Accessibility — WCAG contrast
Aa
#6afdcf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afdcf on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.2%
Blue81.2%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow18.2%
Key (black)0.8%
Color previews
#6afdcf text on a black background
contrast 16.56:1
Card sample
#6afdcf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afdcf;
Background color
Panel with #6afdcf background
background-color: #6afdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 253, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 253, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afdcf; background: linear-gradient(135deg, #6afdcf, #6AC9FD);