#67bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
103, 188, 223
HSL
198°, 65%, 64%
CMYK
54, 16, 0, 13
Luminance
0.4418
Every format
| HEX | #67bcdf |
| RGB | rgb(103, 188, 223) |
| HSL | hsl(198, 65%, 64%) |
| CMYK | cmyk(54%, 16%, 0%, 13%) |
| LAB | lab(72.3 -16.1 -25.4) |
| LCH | lch(72.3 30.1 237.7) |
| OKLCH | oklch(0.755 0.097 227.0) |
Copy-ready code
/* CSS */
color: #67bcdf;
background-color: #67bcdf;
/* Tailwind (arbitrary) */
class="text-[#67bcdf] bg-[#67bcdf]"
/* SCSS */
$brand: #67bcdf;
/* SwiftUI */
Color(red: 0.404, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#67bcdf")Accessibility — WCAG contrast
Aa
#67bcdf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67bcdf on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#67bcdf text on a black background
contrast 9.84:1
Card sample
#67bcdf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67bcdf;
Background color
Panel with #67bcdf background
background-color: #67bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67bcdf; background: linear-gradient(135deg, #67bcdf, #676CDF);