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