#6dfeeb
a light, electric cyan · cool · closest name: turquoise
RGB
109, 254, 235
HSL
172°, 99%, 71%
CMYK
57, 0, 8, 0
Luminance
0.8013
Every format
| HEX | #6dfeeb |
| RGB | rgb(109, 254, 235) |
| HSL | hsl(172, 99%, 71%) |
| CMYK | cmyk(57%, 0%, 8%, 0%) |
| LAB | lab(91.7 -43.4 -2.7) |
| LCH | lch(91.7 43.5 183.5) |
| OKLCH | oklch(0.913 0.128 183.5) |
Copy-ready code
/* CSS */
color: #6dfeeb;
background-color: #6dfeeb;
/* Tailwind (arbitrary) */
class="text-[#6dfeeb] bg-[#6dfeeb]"
/* SCSS */
$brand: #6dfeeb;
/* SwiftUI */
Color(red: 0.427, green: 0.996, blue: 0.922)
/* Android */
Color.parseColor("#6dfeeb")Accessibility — WCAG contrast
Aa
#6dfeeb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfeeb on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.6%
Blue92.2%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow7.5%
Key (black)0.4%
Color previews
#6dfeeb text on a black background
contrast 17.03:1
Card sample
#6dfeeb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfeeb;
Background color
Panel with #6dfeeb background
background-color: #6dfeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 254, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 254, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfeeb; background: linear-gradient(135deg, #6dfeeb, #6DB0FE);