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