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