#6fbdfd
a light, electric blue · cool · closest name: skyblue
RGB
111, 189, 253
HSL
207°, 97%, 71%
CMYK
56, 25, 0, 1
Luminance
0.4687
Every format
| HEX | #6fbdfd |
| RGB | rgb(111, 189, 253) |
| HSL | hsl(207, 97%, 71%) |
| CMYK | cmyk(56%, 25%, 0%, 1%) |
| LAB | lab(74.1 -6.1 -38.9) |
| LCH | lch(74.1 39.4 261.1) |
| OKLCH | oklch(0.774 0.120 245.0) |
Copy-ready code
/* CSS */
color: #6fbdfd;
background-color: #6fbdfd;
/* Tailwind (arbitrary) */
class="text-[#6fbdfd] bg-[#6fbdfd]"
/* SCSS */
$brand: #6fbdfd;
/* SwiftUI */
Color(red: 0.435, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#6fbdfd")Accessibility — WCAG contrast
Aa
#6fbdfd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbdfd on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green74.1%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#6fbdfd text on a black background
contrast 10.37:1
Card sample
#6fbdfd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbdfd;
Background color
Panel with #6fbdfd background
background-color: #6fbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbdfd; background: linear-gradient(135deg, #6fbdfd, #806FFD);