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