#6fdce8
a light, vivid cyan · cool · closest name: skyblue
RGB
111, 220, 232
HSL
186°, 73%, 67%
CMYK
52, 5, 0, 9
Luminance
0.6039
Every format
| HEX | #6fdce8 |
| RGB | rgb(111, 220, 232) |
| HSL | hsl(186, 73%, 67%) |
| CMYK | cmyk(52%, 5%, 0%, 9%) |
| LAB | lab(82.0 -28.1 -15.5) |
| LCH | lch(82.0 32.0 208.9) |
| OKLCH | oklch(0.835 0.101 204.9) |
Copy-ready code
/* CSS */
color: #6fdce8;
background-color: #6fdce8;
/* Tailwind (arbitrary) */
class="text-[#6fdce8] bg-[#6fdce8]"
/* SCSS */
$brand: #6fdce8;
/* SwiftUI */
Color(red: 0.435, green: 0.863, blue: 0.910)
/* Android */
Color.parseColor("#6fdce8")Accessibility — WCAG contrast
Aa
#6fdce8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdce8 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green86.3%
Blue91.0%
CMYK percentages
Cyan52.2%
Magenta5.2%
Yellow0.0%
Key (black)9.0%
Color previews
#6fdce8 text on a black background
contrast 13.08:1
Card sample
#6fdce8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdce8;
Background color
Panel with #6fdce8 background
background-color: #6fdce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 220, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 220, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdce8; background: linear-gradient(135deg, #6fdce8, #6F8BE8);