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