#6ceaf0
a light, electric cyan · cool · closest name: turquoise
RGB
108, 234, 240
HSL
183°, 82%, 68%
CMYK
55, 3, 0, 6
Luminance
0.6833
Every format
| HEX | #6ceaf0 |
| RGB | rgb(108, 234, 240) |
| HSL | hsl(183, 82%, 68%) |
| CMYK | cmyk(55%, 3%, 0%, 6%) |
| LAB | lab(86.2 -33.2 -13.6) |
| LCH | lch(86.2 35.9 202.2) |
| OKLCH | oklch(0.868 0.112 199.6) |
Copy-ready code
/* CSS */
color: #6ceaf0;
background-color: #6ceaf0;
/* Tailwind (arbitrary) */
class="text-[#6ceaf0] bg-[#6ceaf0]"
/* SCSS */
$brand: #6ceaf0;
/* SwiftUI */
Color(red: 0.424, green: 0.918, blue: 0.941)
/* Android */
Color.parseColor("#6ceaf0")Accessibility — WCAG contrast
Aa
#6ceaf0 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ceaf0 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green91.8%
Blue94.1%
CMYK percentages
Cyan55.0%
Magenta2.5%
Yellow0.0%
Key (black)5.9%
Color previews
#6ceaf0 text on a black background
contrast 14.67:1
Card sample
#6ceaf0 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ceaf0;
Background color
Panel with #6ceaf0 background
background-color: #6ceaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ceaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 234, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 234, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ceaf0; background: linear-gradient(135deg, #6ceaf0, #6C92F0);