#6fcafd
a light, electric blue · cool · closest name: skyblue
RGB
111, 202, 253
HSL
202°, 97%, 71%
CMYK
56, 20, 0, 1
Luminance
0.5271
Every format
| HEX | #6fcafd |
| RGB | rgb(111, 202, 253) |
| HSL | hsl(202, 97%, 71%) |
| CMYK | cmyk(56%, 20%, 0%, 1%) |
| LAB | lab(77.7 -13.0 -33.3) |
| LCH | lch(77.7 35.8 248.6) |
| OKLCH | oklch(0.802 0.113 235.1) |
Copy-ready code
/* CSS */
color: #6fcafd;
background-color: #6fcafd;
/* Tailwind (arbitrary) */
class="text-[#6fcafd] bg-[#6fcafd]"
/* SCSS */
$brand: #6fcafd;
/* SwiftUI */
Color(red: 0.435, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#6fcafd")Accessibility — WCAG contrast
Aa
#6fcafd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcafd on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green79.2%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#6fcafd text on a black background
contrast 11.54:1
Card sample
#6fcafd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcafd;
Background color
Panel with #6fcafd background
background-color: #6fcafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcafd; background: linear-gradient(135deg, #6fcafd, #736FFD);