#6cd5ef
a light, electric cyan · cool · closest name: skyblue
RGB
108, 213, 239
HSL
192°, 80%, 68%
CMYK
55, 11, 0, 6
Luminance
0.5701
Every format
| HEX | #6cd5ef |
| RGB | rgb(108, 213, 239) |
| HSL | hsl(192, 80%, 68%) |
| CMYK | cmyk(55%, 11%, 0%, 6%) |
| LAB | lab(80.2 -23.3 -22.0) |
| LCH | lch(80.2 32.1 223.4) |
| OKLCH | oklch(0.820 0.103 216.1) |
Copy-ready code
/* CSS */
color: #6cd5ef;
background-color: #6cd5ef;
/* Tailwind (arbitrary) */
class="text-[#6cd5ef] bg-[#6cd5ef]"
/* SCSS */
$brand: #6cd5ef;
/* SwiftUI */
Color(red: 0.424, green: 0.835, blue: 0.937)
/* Android */
Color.parseColor("#6cd5ef")Accessibility — WCAG contrast
Aa
#6cd5ef on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd5ef on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green83.5%
Blue93.7%
CMYK percentages
Cyan54.8%
Magenta10.9%
Yellow0.0%
Key (black)6.3%
Color previews
#6cd5ef text on a black background
contrast 12.40:1
Card sample
#6cd5ef text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd5ef;
Background color
Panel with #6cd5ef background
background-color: #6cd5ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd5ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 213, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 213, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd5ef; background: linear-gradient(135deg, #6cd5ef, #6C7EEF);