#67ceff
a light, electric cyan · cool · closest name: skyblue
RGB
103, 206, 255
HSL
199°, 100%, 70%
CMYK
60, 19, 0, 0
Luminance
0.5425
Every format
| HEX | #67ceff |
| RGB | rgb(103, 206, 255) |
| HSL | hsl(199, 100%, 70%) |
| CMYK | cmyk(60%, 19%, 0%, 0%) |
| LAB | lab(78.6 -16.0 -33.0) |
| LCH | lch(78.6 36.7 244.1) |
| OKLCH | oklch(0.809 0.118 231.4) |
Copy-ready code
/* CSS */
color: #67ceff;
background-color: #67ceff;
/* Tailwind (arbitrary) */
class="text-[#67ceff] bg-[#67ceff]"
/* SCSS */
$brand: #67ceff;
/* SwiftUI */
Color(red: 0.404, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#67ceff")Accessibility — WCAG contrast
Aa
#67ceff on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ceff on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green80.8%
Blue100.0%
CMYK percentages
Cyan59.6%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#67ceff text on a black background
contrast 11.85:1
Card sample
#67ceff text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ceff;
Background color
Panel with #67ceff background
background-color: #67ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ceff; background: linear-gradient(135deg, #67ceff, #6769FF);