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