#6febdf
a light, electric cyan · cool · closest name: turquoise
RGB
111, 235, 223
HSL
174°, 76%, 68%
CMYK
53, 0, 5, 8
Luminance
0.6812
Every format
| HEX | #6febdf |
| RGB | rgb(111, 235, 223) |
| HSL | hsl(174, 76%, 68%) |
| CMYK | cmyk(53%, 0%, 5%, 8%) |
| LAB | lab(86.1 -37.5 -4.8) |
| LCH | lch(86.1 37.8 187.2) |
| OKLCH | oklch(0.866 0.113 186.8) |
Copy-ready code
/* CSS */
color: #6febdf;
background-color: #6febdf;
/* Tailwind (arbitrary) */
class="text-[#6febdf] bg-[#6febdf]"
/* SCSS */
$brand: #6febdf;
/* SwiftUI */
Color(red: 0.435, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#6febdf")Accessibility — WCAG contrast
Aa
#6febdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6febdf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green92.2%
Blue87.5%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#6febdf text on a black background
contrast 14.62:1
Card sample
#6febdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6febdf;
Background color
Panel with #6febdf background
background-color: #6febdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6febdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6febdf; background: linear-gradient(135deg, #6febdf, #6FA4EB);