#6dcfd6
a balanced, vivid cyan · cool · closest name: skyblue
RGB
109, 207, 214
HSL
184°, 56%, 63%
CMYK
49, 3, 0, 16
Luminance
0.5273
Every format
| HEX | #6dcfd6 |
| RGB | rgb(109, 207, 214) |
| HSL | hsl(184, 56%, 63%) |
| CMYK | cmyk(49%, 3%, 0%, 16%) |
| LAB | lab(77.7 -26.9 -12.4) |
| LCH | lch(77.7 29.6 204.7) |
| OKLCH | oklch(0.798 0.093 201.6) |
Copy-ready code
/* CSS */
color: #6dcfd6;
background-color: #6dcfd6;
/* Tailwind (arbitrary) */
class="text-[#6dcfd6] bg-[#6dcfd6]"
/* SCSS */
$brand: #6dcfd6;
/* SwiftUI */
Color(red: 0.427, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#6dcfd6")Accessibility — WCAG contrast
Aa
#6dcfd6 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dcfd6 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green81.2%
Blue83.9%
CMYK percentages
Cyan49.1%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#6dcfd6 text on a black background
contrast 11.55:1
Card sample
#6dcfd6 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dcfd6;
Background color
Panel with #6dcfd6 background
background-color: #6dcfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dcfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dcfd6; background: linear-gradient(135deg, #6dcfd6, #6D89D6);