#6beccf
a light, electric cyan · cool · closest name: turquoise
RGB
107, 236, 207
HSL
167°, 77%, 67%
CMYK
55, 0, 12, 8
Luminance
0.6762
Every format
| HEX | #6beccf |
| RGB | rgb(107, 236, 207) |
| HSL | hsl(167, 77%, 67%) |
| CMYK | cmyk(55%, 0%, 12%, 8%) |
| LAB | lab(85.8 -42.6 3.3) |
| LCH | lch(85.8 42.7 175.6) |
| OKLCH | oklch(0.862 0.122 176.2) |
Copy-ready code
/* CSS */
color: #6beccf;
background-color: #6beccf;
/* Tailwind (arbitrary) */
class="text-[#6beccf] bg-[#6beccf]"
/* SCSS */
$brand: #6beccf;
/* SwiftUI */
Color(red: 0.420, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#6beccf")Accessibility — WCAG contrast
Aa
#6beccf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6beccf on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green92.5%
Blue81.2%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#6beccf text on a black background
contrast 14.52:1
Card sample
#6beccf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6beccf;
Background color
Panel with #6beccf background
background-color: #6beccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6beccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6beccf; background: linear-gradient(135deg, #6beccf, #6BB3EC);