#67fcfd
a light, electric cyan · cool · closest name: cyan
RGB
103, 252, 253
HSL
180°, 97%, 70%
CMYK
59, 0, 0, 1
Luminance
0.7960
Every format
| HEX | #67fcfd |
| RGB | rgb(103, 252, 253) |
| HSL | hsl(180, 97%, 70%) |
| CMYK | cmyk(59%, 0%, 0%, 1%) |
| LAB | lab(91.5 -39.0 -12.4) |
| LCH | lch(91.5 40.9 197.6) |
| OKLCH | oklch(0.912 0.126 195.8) |
Copy-ready code
/* CSS */
color: #67fcfd;
background-color: #67fcfd;
/* Tailwind (arbitrary) */
class="text-[#67fcfd] bg-[#67fcfd]"
/* SCSS */
$brand: #67fcfd;
/* SwiftUI */
Color(red: 0.404, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#67fcfd")Accessibility — WCAG contrast
Aa
#67fcfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67fcfd on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green98.8%
Blue99.2%
CMYK percentages
Cyan59.3%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#67fcfd text on a black background
contrast 16.92:1
Card sample
#67fcfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67fcfd;
Background color
Panel with #67fcfd background
background-color: #67fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67fcfd; background: linear-gradient(135deg, #67fcfd, #6798FD);