#67c1df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
103, 193, 223
HSL
195°, 65%, 64%
CMYK
54, 14, 0, 13
Luminance
0.4635
Every format
| HEX | #67c1df |
| RGB | rgb(103, 193, 223) |
| HSL | hsl(195, 65%, 64%) |
| CMYK | cmyk(54%, 14%, 0%, 13%) |
| LAB | lab(73.8 -18.7 -23.2) |
| LCH | lch(73.8 29.8 231.2) |
| OKLCH | oklch(0.766 0.096 222.1) |
Copy-ready code
/* CSS */
color: #67c1df;
background-color: #67c1df;
/* Tailwind (arbitrary) */
class="text-[#67c1df] bg-[#67c1df]"
/* SCSS */
$brand: #67c1df;
/* SwiftUI */
Color(red: 0.404, green: 0.757, blue: 0.875)
/* Android */
Color.parseColor("#67c1df")Accessibility — WCAG contrast
Aa
#67c1df on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67c1df on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green75.7%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta13.5%
Yellow0.0%
Key (black)12.5%
Color previews
#67c1df text on a black background
contrast 10.27:1
Card sample
#67c1df text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67c1df;
Background color
Panel with #67c1df background
background-color: #67c1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67c1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 193, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 193, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67c1df; background: linear-gradient(135deg, #67c1df, #6771DF);