#6fbcfd
a light, electric blue · cool · closest name: skyblue
RGB
111, 188, 253
HSL
208°, 97%, 71%
CMYK
56, 26, 0, 1
Luminance
0.4644
Every format
| HEX | #6fbcfd |
| RGB | rgb(111, 188, 253) |
| HSL | hsl(208, 97%, 71%) |
| CMYK | cmyk(56%, 26%, 0%, 1%) |
| LAB | lab(73.8 -5.5 -39.3) |
| LCH | lch(73.8 39.7 262.0) |
| OKLCH | oklch(0.771 0.121 245.7) |
Copy-ready code
/* CSS */
color: #6fbcfd;
background-color: #6fbcfd;
/* Tailwind (arbitrary) */
class="text-[#6fbcfd] bg-[#6fbcfd]"
/* SCSS */
$brand: #6fbcfd;
/* SwiftUI */
Color(red: 0.435, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#6fbcfd")Accessibility — WCAG contrast
Aa
#6fbcfd on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbcfd on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green73.7%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#6fbcfd text on a black background
contrast 10.29:1
Card sample
#6fbcfd text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbcfd;
Background color
Panel with #6fbcfd background
background-color: #6fbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbcfd; background: linear-gradient(135deg, #6fbcfd, #816FFD);