#67cdfd
a light, electric cyan · cool · closest name: skyblue
RGB
103, 205, 253
HSL
199°, 97%, 70%
CMYK
59, 19, 0, 1
Luminance
0.5364
Every format
| HEX | #67cdfd |
| RGB | rgb(103, 205, 253) |
| HSL | hsl(199, 97%, 70%) |
| CMYK | cmyk(59%, 19%, 0%, 1%) |
| LAB | lab(78.3 -16.1 -32.5) |
| LCH | lch(78.3 36.3 243.6) |
| OKLCH | oklch(0.806 0.117 231.0) |
Copy-ready code
/* CSS */
color: #67cdfd;
background-color: #67cdfd;
/* Tailwind (arbitrary) */
class="text-[#67cdfd] bg-[#67cdfd]"
/* SCSS */
$brand: #67cdfd;
/* SwiftUI */
Color(red: 0.404, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#67cdfd")Accessibility — WCAG contrast
Aa
#67cdfd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67cdfd on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green80.4%
Blue99.2%
CMYK percentages
Cyan59.3%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#67cdfd text on a black background
contrast 11.73:1
Card sample
#67cdfd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67cdfd;
Background color
Panel with #67cdfd background
background-color: #67cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67cdfd; background: linear-gradient(135deg, #67cdfd, #6769FD);