#6dcdfb
a light, electric cyan · cool · closest name: skyblue
RGB
109, 205, 251
HSL
199°, 95%, 71%
CMYK
57, 18, 0, 2
Luminance
0.5388
Every format
| HEX | #6dcdfb |
| RGB | rgb(109, 205, 251) |
| HSL | hsl(199, 95%, 71%) |
| CMYK | cmyk(57%, 18%, 0%, 2%) |
| LAB | lab(78.4 -15.6 -31.2) |
| LCH | lch(78.4 34.9 243.4) |
| OKLCH | oklch(0.807 0.112 231.1) |
Copy-ready code
/* CSS */
color: #6dcdfb;
background-color: #6dcdfb;
/* Tailwind (arbitrary) */
class="text-[#6dcdfb] bg-[#6dcdfb]"
/* SCSS */
$brand: #6dcdfb;
/* SwiftUI */
Color(red: 0.427, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#6dcdfb")Accessibility — WCAG contrast
Aa
#6dcdfb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dcdfb on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green80.4%
Blue98.4%
CMYK percentages
Cyan56.6%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#6dcdfb text on a black background
contrast 11.78:1
Card sample
#6dcdfb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dcdfb;
Background color
Panel with #6dcdfb background
background-color: #6dcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dcdfb; background: linear-gradient(135deg, #6dcdfb, #6D6EFB);