#6affdf
a light, electric cyan · cool · closest name: aquamarine
RGB
106, 255, 223
HSL
167°, 100%, 71%
CMYK
58, 0, 13, 0
Luminance
0.7991
Every format
| HEX | #6affdf |
| RGB | rgb(106, 255, 223) |
| HSL | hsl(167, 100%, 71%) |
| CMYK | cmyk(58%, 0%, 13%, 0%) |
| LAB | lab(91.6 -47.3 3.4) |
| LCH | lch(91.6 47.4 175.9) |
| OKLCH | oklch(0.911 0.136 176.5) |
Copy-ready code
/* CSS */
color: #6affdf;
background-color: #6affdf;
/* Tailwind (arbitrary) */
class="text-[#6affdf] bg-[#6affdf]"
/* SCSS */
$brand: #6affdf;
/* SwiftUI */
Color(red: 0.416, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#6affdf")Accessibility — WCAG contrast
Aa
#6affdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6affdf on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green100.0%
Blue87.5%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#6affdf text on a black background
contrast 16.98:1
Card sample
#6affdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6affdf;
Background color
Panel with #6affdf background
background-color: #6affdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6affdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6affdf; background: linear-gradient(135deg, #6affdf, #6ABCFF);