#67cdfc
a light, electric cyan · cool · closest name: skyblue
RGB
103, 205, 252
HSL
199°, 96%, 70%
CMYK
59, 19, 0, 1
Luminance
0.5357
Every format
| HEX | #67cdfc |
| RGB | rgb(103, 205, 252) |
| HSL | hsl(199, 96%, 70%) |
| CMYK | cmyk(59%, 19%, 0%, 1%) |
| LAB | lab(78.2 -16.4 -32.0) |
| LCH | lch(78.2 36.0 242.9) |
| OKLCH | oklch(0.805 0.116 230.5) |
Copy-ready code
/* CSS */
color: #67cdfc;
background-color: #67cdfc;
/* Tailwind (arbitrary) */
class="text-[#67cdfc] bg-[#67cdfc]"
/* SCSS */
$brand: #67cdfc;
/* SwiftUI */
Color(red: 0.404, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#67cdfc")Accessibility — WCAG contrast
Aa
#67cdfc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67cdfc on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green80.4%
Blue98.8%
CMYK percentages
Cyan59.1%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#67cdfc text on a black background
contrast 11.71:1
Card sample
#67cdfc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67cdfc;
Background color
Panel with #67cdfc background
background-color: #67cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67cdfc; background: linear-gradient(135deg, #67cdfc, #676AFC);