#6decfe
a light, electric cyan · cool · closest name: skyblue
RGB
109, 236, 254
HSL
187°, 99%, 71%
CMYK
57, 7, 0, 0
Luminance
0.7040
Every format
| HEX | #6decfe |
| RGB | rgb(109, 236, 254) |
| HSL | hsl(187, 99%, 71%) |
| CMYK | cmyk(57%, 7%, 0%, 0%) |
| LAB | lab(87.2 -30.2 -19.4) |
| LCH | lch(87.2 35.9 212.7) |
| OKLCH | oklch(0.878 0.115 207.8) |
Copy-ready code
/* CSS */
color: #6decfe;
background-color: #6decfe;
/* Tailwind (arbitrary) */
class="text-[#6decfe] bg-[#6decfe]"
/* SCSS */
$brand: #6decfe;
/* SwiftUI */
Color(red: 0.427, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#6decfe")Accessibility — WCAG contrast
Aa
#6decfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6decfe on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green92.5%
Blue99.6%
CMYK percentages
Cyan57.1%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#6decfe text on a black background
contrast 15.08:1
Card sample
#6decfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6decfe;
Background color
Panel with #6decfe background
background-color: #6decfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6decfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6decfe; background: linear-gradient(135deg, #6decfe, #6D8CFE);