#6bfceb
a light, electric cyan · cool · closest name: turquoise
RGB
107, 252, 235
HSL
173°, 96%, 70%
CMYK
58, 0, 7, 1
Luminance
0.7874
Every format
| HEX | #6bfceb |
| RGB | rgb(107, 252, 235) |
| HSL | hsl(173, 96%, 70%) |
| CMYK | cmyk(58%, 0%, 7%, 1%) |
| LAB | lab(91.1 -42.9 -3.6) |
| LCH | lch(91.1 43.0 184.8) |
| OKLCH | oklch(0.908 0.127 184.7) |
Copy-ready code
/* CSS */
color: #6bfceb;
background-color: #6bfceb;
/* Tailwind (arbitrary) */
class="text-[#6bfceb] bg-[#6bfceb]"
/* SCSS */
$brand: #6bfceb;
/* SwiftUI */
Color(red: 0.420, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#6bfceb")Accessibility — WCAG contrast
Aa
#6bfceb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bfceb on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green98.8%
Blue92.2%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#6bfceb text on a black background
contrast 16.75:1
Card sample
#6bfceb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bfceb;
Background color
Panel with #6bfceb background
background-color: #6bfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bfceb; background: linear-gradient(135deg, #6bfceb, #6BACFC);