#6ccfd3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
108, 207, 211
HSL
182°, 54%, 63%
CMYK
49, 2, 0, 17
Luminance
0.5252
Every format
| HEX | #6ccfd3 |
| RGB | rgb(108, 207, 211) |
| HSL | hsl(182, 54%, 63%) |
| CMYK | cmyk(49%, 2%, 0%, 17%) |
| LAB | lab(77.6 -27.9 -10.9) |
| LCH | lch(77.6 30.0 201.4) |
| OKLCH | oklch(0.796 0.093 198.9) |
Copy-ready code
/* CSS */
color: #6ccfd3;
background-color: #6ccfd3;
/* Tailwind (arbitrary) */
class="text-[#6ccfd3] bg-[#6ccfd3]"
/* SCSS */
$brand: #6ccfd3;
/* SwiftUI */
Color(red: 0.424, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#6ccfd3")Accessibility — WCAG contrast
Aa
#6ccfd3 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ccfd3 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green81.2%
Blue82.7%
CMYK percentages
Cyan48.8%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#6ccfd3 text on a black background
contrast 11.50:1
Card sample
#6ccfd3 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ccfd3;
Background color
Panel with #6ccfd3 background
background-color: #6ccfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ccfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ccfd3; background: linear-gradient(135deg, #6ccfd3, #6C8AD3);