#67acdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
103, 172, 223
HSL
206°, 65%, 64%
CMYK
54, 23, 0, 13
Luminance
0.3772
Every format
| HEX | #67acdf |
| RGB | rgb(103, 172, 223) |
| HSL | hsl(206, 65%, 64%) |
| CMYK | cmyk(54%, 23%, 0%, 13%) |
| LAB | lab(67.8 -7.5 -32.4) |
| LCH | lch(67.8 33.2 257.0) |
| OKLCH | oklch(0.719 0.102 242.1) |
Copy-ready code
/* CSS */
color: #67acdf;
background-color: #67acdf;
/* Tailwind (arbitrary) */
class="text-[#67acdf] bg-[#67acdf]"
/* SCSS */
$brand: #67acdf;
/* SwiftUI */
Color(red: 0.404, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#67acdf")Accessibility — WCAG contrast
Aa
#67acdf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67acdf on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green67.5%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#67acdf text on a black background
contrast 8.54:1
Card sample
#67acdf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67acdf;
Background color
Panel with #67acdf background
background-color: #67acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67acdf; background: linear-gradient(135deg, #67acdf, #7267DF);