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