#67cbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
103, 203, 223
HSL
190°, 65%, 64%
CMYK
54, 9, 0, 13
Luminance
0.5092
Every format
| HEX | #67cbdf |
| RGB | rgb(103, 203, 223) |
| HSL | hsl(190, 65%, 64%) |
| CMYK | cmyk(54%, 9%, 0%, 13%) |
| LAB | lab(76.6 -23.8 -18.9) |
| LCH | lch(76.6 30.3 218.5) |
| OKLCH | oklch(0.789 0.097 212.4) |
Copy-ready code
/* CSS */
color: #67cbdf;
background-color: #67cbdf;
/* Tailwind (arbitrary) */
class="text-[#67cbdf] bg-[#67cbdf]"
/* SCSS */
$brand: #67cbdf;
/* SwiftUI */
Color(red: 0.404, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#67cbdf")Accessibility — WCAG contrast
Aa
#67cbdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67cbdf on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green79.6%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#67cbdf text on a black background
contrast 11.18:1
Card sample
#67cbdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67cbdf;
Background color
Panel with #67cbdf background
background-color: #67cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67cbdf; background: linear-gradient(135deg, #67cbdf, #677BDF);