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