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