#6fccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
111, 204, 223
HSL
190°, 64%, 66%
CMYK
50, 9, 0, 13
Luminance
0.5189
Every format
| HEX | #6fccdf |
| RGB | rgb(111, 204, 223) |
| HSL | hsl(190, 64%, 66%) |
| CMYK | cmyk(50%, 9%, 0%, 13%) |
| LAB | lab(77.2 -22.6 -17.9) |
| LCH | lch(77.2 28.9 218.5) |
| OKLCH | oklch(0.795 0.092 212.5) |
Copy-ready code
/* CSS */
color: #6fccdf;
background-color: #6fccdf;
/* Tailwind (arbitrary) */
class="text-[#6fccdf] bg-[#6fccdf]"
/* SCSS */
$brand: #6fccdf;
/* SwiftUI */
Color(red: 0.435, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#6fccdf")Accessibility — WCAG contrast
Aa
#6fccdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fccdf on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green80.0%
Blue87.5%
CMYK percentages
Cyan50.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#6fccdf text on a black background
contrast 11.38:1
Card sample
#6fccdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fccdf;
Background color
Panel with #6fccdf background
background-color: #6fccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fccdf; background: linear-gradient(135deg, #6fccdf, #6F81DF);