#6ceeee
a light, electric cyan · cool · closest name: turquoise
RGB
108, 238, 238
HSL
180°, 79%, 68%
CMYK
55, 0, 0, 7
Luminance
0.7051
Every format
| HEX | #6ceeee |
| RGB | rgb(108, 238, 238) |
| HSL | hsl(180, 79%, 68%) |
| CMYK | cmyk(55%, 0%, 0%, 7%) |
| LAB | lab(87.2 -35.6 -10.9) |
| LCH | lch(87.2 37.2 197.0) |
| OKLCH | oklch(0.877 0.115 195.3) |
Copy-ready code
/* CSS */
color: #6ceeee;
background-color: #6ceeee;
/* Tailwind (arbitrary) */
class="text-[#6ceeee] bg-[#6ceeee]"
/* SCSS */
$brand: #6ceeee;
/* SwiftUI */
Color(red: 0.424, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#6ceeee")Accessibility — WCAG contrast
Aa
#6ceeee on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ceeee on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.3%
Blue93.3%
CMYK percentages
Cyan54.6%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#6ceeee text on a black background
contrast 15.10:1
Card sample
#6ceeee text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ceeee;
Background color
Panel with #6ceeee background
background-color: #6ceeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ceeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ceeee; background: linear-gradient(135deg, #6ceeee, #6C97EE);