#6fdafd
a light, electric cyan · cool · closest name: skyblue
RGB
111, 218, 253
HSL
195°, 97%, 71%
CMYK
56, 14, 0, 1
Luminance
0.6061
Every format
| HEX | #6fdafd |
| RGB | rgb(111, 218, 253) |
| HSL | hsl(195, 97%, 71%) |
| CMYK | cmyk(56%, 14%, 0%, 1%) |
| LAB | lab(82.2 -21.3 -26.4) |
| LCH | lch(82.2 33.9 231.2) |
| OKLCH | oklch(0.838 0.110 221.9) |
Copy-ready code
/* CSS */
color: #6fdafd;
background-color: #6fdafd;
/* Tailwind (arbitrary) */
class="text-[#6fdafd] bg-[#6fdafd]"
/* SCSS */
$brand: #6fdafd;
/* SwiftUI */
Color(red: 0.435, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#6fdafd")Accessibility — WCAG contrast
Aa
#6fdafd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdafd on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.5%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#6fdafd text on a black background
contrast 13.12:1
Card sample
#6fdafd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdafd;
Background color
Panel with #6fdafd background
background-color: #6fdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdafd; background: linear-gradient(135deg, #6fdafd, #6F7BFD);