#6ff9eb
a light, electric cyan · cool · closest name: turquoise
RGB
111, 249, 235
HSL
174°, 92%, 71%
CMYK
55, 0, 6, 2
Luminance
0.7713
Every format
| HEX | #6ff9eb |
| RGB | rgb(111, 249, 235) |
| HSL | hsl(174, 92%, 71%) |
| CMYK | cmyk(55%, 0%, 6%, 2%) |
| LAB | lab(90.4 -40.8 -4.7) |
| LCH | lch(90.4 41.1 186.5) |
| OKLCH | oklch(0.902 0.122 186.2) |
Copy-ready code
/* CSS */
color: #6ff9eb;
background-color: #6ff9eb;
/* Tailwind (arbitrary) */
class="text-[#6ff9eb] bg-[#6ff9eb]"
/* SCSS */
$brand: #6ff9eb;
/* SwiftUI */
Color(red: 0.435, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#6ff9eb")Accessibility — WCAG contrast
Aa
#6ff9eb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ff9eb on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green97.6%
Blue92.2%
CMYK percentages
Cyan55.4%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#6ff9eb text on a black background
contrast 16.43:1
Card sample
#6ff9eb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ff9eb;
Background color
Panel with #6ff9eb background
background-color: #6ff9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ff9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ff9eb; background: linear-gradient(135deg, #6ff9eb, #6FABF9);