#6deccf
a light, electric cyan · cool · closest name: turquoise
RGB
109, 236, 207
HSL
166°, 77%, 68%
CMYK
54, 0, 12, 8
Luminance
0.6775
Every format
| HEX | #6deccf |
| RGB | rgb(109, 236, 207) |
| HSL | hsl(166, 77%, 68%) |
| CMYK | cmyk(54%, 0%, 12%, 8%) |
| LAB | lab(85.9 -42.2 3.4) |
| LCH | lch(85.9 42.3 175.4) |
| OKLCH | oklch(0.863 0.121 176.1) |
Copy-ready code
/* CSS */
color: #6deccf;
background-color: #6deccf;
/* Tailwind (arbitrary) */
class="text-[#6deccf] bg-[#6deccf]"
/* SCSS */
$brand: #6deccf;
/* SwiftUI */
Color(red: 0.427, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#6deccf")Accessibility — WCAG contrast
Aa
#6deccf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6deccf on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green92.5%
Blue81.2%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#6deccf text on a black background
contrast 14.55:1
Card sample
#6deccf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6deccf;
Background color
Panel with #6deccf background
background-color: #6deccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6deccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6deccf; background: linear-gradient(135deg, #6deccf, #6DB4EC);