#6fffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 255, 223
HSL
167°, 100%, 72%
CMYK
57, 0, 13, 0
Luminance
0.8023
Every format
| HEX | #6fffdf |
| RGB | rgb(111, 255, 223) |
| HSL | hsl(167, 100%, 72%) |
| CMYK | cmyk(57%, 0%, 13%, 0%) |
| LAB | lab(91.8 -46.4 3.6) |
| LCH | lch(91.8 46.5 175.5) |
| OKLCH | oklch(0.912 0.133 176.2) |
Copy-ready code
/* CSS */
color: #6fffdf;
background-color: #6fffdf;
/* Tailwind (arbitrary) */
class="text-[#6fffdf] bg-[#6fffdf]"
/* SCSS */
$brand: #6fffdf;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#6fffdf")Accessibility — WCAG contrast
Aa
#6fffdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fffdf on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#6fffdf text on a black background
contrast 17.05:1
Card sample
#6fffdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fffdf;
Background color
Panel with #6fffdf background
background-color: #6fffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fffdf; background: linear-gradient(135deg, #6fffdf, #6FBFFF);