#6afbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
106, 251, 223
HSL
168°, 95%, 70%
CMYK
58, 0, 11, 2
Luminance
0.7739
Every format
| HEX | #6afbdf |
| RGB | rgb(106, 251, 223) |
| HSL | hsl(168, 95%, 70%) |
| CMYK | cmyk(58%, 0%, 11%, 2%) |
| LAB | lab(90.5 -45.5 1.7) |
| LCH | lch(90.5 45.6 177.8) |
| OKLCH | oklch(0.901 0.131 178.3) |
Copy-ready code
/* CSS */
color: #6afbdf;
background-color: #6afbdf;
/* Tailwind (arbitrary) */
class="text-[#6afbdf] bg-[#6afbdf]"
/* SCSS */
$brand: #6afbdf;
/* SwiftUI */
Color(red: 0.416, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#6afbdf")Accessibility — WCAG contrast
Aa
#6afbdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afbdf on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#6afbdf text on a black background
contrast 16.48:1
Card sample
#6afbdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afbdf;
Background color
Panel with #6afbdf background
background-color: #6afbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afbdf; background: linear-gradient(135deg, #6afbdf, #6AB6FB);