#67b0df
a balanced, vivid blue · cool · closest name: skyblue
RGB
103, 176, 223
HSL
204°, 65%, 64%
CMYK
54, 21, 0, 13
Luminance
0.3926
Every format
| HEX | #67b0df |
| RGB | rgb(103, 176, 223) |
| HSL | hsl(204, 65%, 64%) |
| CMYK | cmyk(54%, 21%, 0%, 13%) |
| LAB | lab(68.9 -9.7 -30.6) |
| LCH | lch(68.9 32.1 252.5) |
| OKLCH | oklch(0.728 0.100 238.5) |
Copy-ready code
/* CSS */
color: #67b0df;
background-color: #67b0df;
/* Tailwind (arbitrary) */
class="text-[#67b0df] bg-[#67b0df]"
/* SCSS */
$brand: #67b0df;
/* SwiftUI */
Color(red: 0.404, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#67b0df")Accessibility — WCAG contrast
Aa
#67b0df on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67b0df on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green69.0%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#67b0df text on a black background
contrast 8.85:1
Card sample
#67b0df text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67b0df;
Background color
Panel with #67b0df background
background-color: #67b0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67b0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67b0df; background: linear-gradient(135deg, #67b0df, #6E67DF);