#6ceddf
a light, electric cyan · cool · closest name: turquoise
RGB
108, 237, 223
HSL
174°, 78%, 68%
CMYK
54, 0, 6, 7
Luminance
0.6908
Every format
| HEX | #6ceddf |
| RGB | rgb(108, 237, 223) |
| HSL | hsl(174, 78%, 68%) |
| CMYK | cmyk(54%, 0%, 6%, 7%) |
| LAB | lab(86.5 -39.0 -4.0) |
| LCH | lch(86.5 39.2 185.9) |
| OKLCH | oklch(0.870 0.116 185.7) |
Copy-ready code
/* CSS */
color: #6ceddf;
background-color: #6ceddf;
/* Tailwind (arbitrary) */
class="text-[#6ceddf] bg-[#6ceddf]"
/* SCSS */
$brand: #6ceddf;
/* SwiftUI */
Color(red: 0.424, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#6ceddf")Accessibility — WCAG contrast
Aa
#6ceddf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ceddf on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green92.9%
Blue87.5%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#6ceddf text on a black background
contrast 14.82:1
Card sample
#6ceddf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ceddf;
Background color
Panel with #6ceddf background
background-color: #6ceddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ceddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ceddf; background: linear-gradient(135deg, #6ceddf, #6CA5ED);