#6dcdfe
a light, electric blue · cool · closest name: skyblue
RGB
109, 205, 254
HSL
200°, 99%, 71%
CMYK
57, 19, 0, 0
Luminance
0.5407
Every format
| HEX | #6dcdfe |
| RGB | rgb(109, 205, 254) |
| HSL | hsl(200, 99%, 71%) |
| CMYK | cmyk(57%, 19%, 0%, 0%) |
| LAB | lab(78.5 -14.7 -32.6) |
| LCH | lch(78.5 35.8 245.7) |
| OKLCH | oklch(0.808 0.114 232.8) |
Copy-ready code
/* CSS */
color: #6dcdfe;
background-color: #6dcdfe;
/* Tailwind (arbitrary) */
class="text-[#6dcdfe] bg-[#6dcdfe]"
/* SCSS */
$brand: #6dcdfe;
/* SwiftUI */
Color(red: 0.427, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#6dcdfe")Accessibility — WCAG contrast
Aa
#6dcdfe on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dcdfe on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green80.4%
Blue99.6%
CMYK percentages
Cyan57.1%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#6dcdfe text on a black background
contrast 11.81:1
Card sample
#6dcdfe text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dcdfe;
Background color
Panel with #6dcdfe background
background-color: #6dcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dcdfe; background: linear-gradient(135deg, #6dcdfe, #6E6DFE);