#6fffeb
a light, electric cyan · cool · closest name: turquoise
RGB
111, 255, 235
HSL
172°, 100%, 72%
CMYK
57, 0, 8, 0
Luminance
0.8090
Every format
| HEX | #6fffeb |
| RGB | rgb(111, 255, 235) |
| HSL | hsl(172, 100%, 72%) |
| CMYK | cmyk(57%, 0%, 8%, 0%) |
| LAB | lab(92.1 -43.5 -2.2) |
| LCH | lch(92.1 43.5 182.8) |
| OKLCH | oklch(0.916 0.128 182.9) |
Copy-ready code
/* CSS */
color: #6fffeb;
background-color: #6fffeb;
/* Tailwind (arbitrary) */
class="text-[#6fffeb] bg-[#6fffeb]"
/* SCSS */
$brand: #6fffeb;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#6fffeb")Accessibility — WCAG contrast
Aa
#6fffeb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fffeb on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#6fffeb text on a black background
contrast 17.18:1
Card sample
#6fffeb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fffeb;
Background color
Panel with #6fffeb background
background-color: #6fffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fffeb; background: linear-gradient(135deg, #6fffeb, #6FB3FF);