#6fcdfd
a light, electric blue · cool · closest name: skyblue
RGB
111, 205, 253
HSL
200°, 97%, 71%
CMYK
56, 19, 0, 1
Luminance
0.5413
Every format
| HEX | #6fcdfd |
| RGB | rgb(111, 205, 253) |
| HSL | hsl(200, 97%, 71%) |
| CMYK | cmyk(56%, 19%, 0%, 1%) |
| LAB | lab(78.5 -14.6 -32.0) |
| LCH | lch(78.5 35.2 245.5) |
| OKLCH | oklch(0.809 0.112 232.7) |
Copy-ready code
/* CSS */
color: #6fcdfd;
background-color: #6fcdfd;
/* Tailwind (arbitrary) */
class="text-[#6fcdfd] bg-[#6fcdfd]"
/* SCSS */
$brand: #6fcdfd;
/* SwiftUI */
Color(red: 0.435, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#6fcdfd")Accessibility — WCAG contrast
Aa
#6fcdfd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcdfd on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#6fcdfd text on a black background
contrast 11.83:1
Card sample
#6fcdfd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcdfd;
Background color
Panel with #6fcdfd background
background-color: #6fcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcdfd; background: linear-gradient(135deg, #6fcdfd, #706FFD);