#6fe3eb
a light, electric cyan · cool · closest name: turquoise
RGB
111, 227, 235
HSL
184°, 76%, 68%
CMYK
53, 3, 0, 8
Luminance
0.6432
Every format
| HEX | #6fe3eb |
| RGB | rgb(111, 227, 235) |
| HSL | hsl(184, 76%, 68%) |
| CMYK | cmyk(53%, 3%, 0%, 8%) |
| LAB | lab(84.1 -30.6 -13.9) |
| LCH | lch(84.1 33.7 204.5) |
| OKLCH | oklch(0.852 0.105 201.4) |
Copy-ready code
/* CSS */
color: #6fe3eb;
background-color: #6fe3eb;
/* Tailwind (arbitrary) */
class="text-[#6fe3eb] bg-[#6fe3eb]"
/* SCSS */
$brand: #6fe3eb;
/* SwiftUI */
Color(red: 0.435, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#6fe3eb")Accessibility — WCAG contrast
Aa
#6fe3eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fe3eb on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green89.0%
Blue92.2%
CMYK percentages
Cyan52.8%
Magenta3.4%
Yellow0.0%
Key (black)7.8%
Color previews
#6fe3eb text on a black background
contrast 13.86:1
Card sample
#6fe3eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fe3eb;
Background color
Panel with #6fe3eb background
background-color: #6fe3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fe3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fe3eb; background: linear-gradient(135deg, #6fe3eb, #6F90EB);