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