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