#68abcf
a balanced, vivid blue · cool · closest name: skyblue
RGB
104, 171, 207
HSL
201°, 52%, 61%
CMYK
50, 17, 0, 19
Luminance
0.3657
Every format
| HEX | #68abcf |
| RGB | rgb(104, 171, 207) |
| HSL | hsl(201, 52%, 61%) |
| CMYK | cmyk(50%, 17%, 0%, 19%) |
| LAB | lab(67.0 -11.4 -24.9) |
| LCH | lch(67.0 27.4 245.3) |
| OKLCH | oklch(0.710 0.086 233.3) |
Copy-ready code
/* CSS */
color: #68abcf;
background-color: #68abcf;
/* Tailwind (arbitrary) */
class="text-[#68abcf] bg-[#68abcf]"
/* SCSS */
$brand: #68abcf;
/* SwiftUI */
Color(red: 0.408, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#68abcf")Accessibility — WCAG contrast
Aa
#68abcf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68abcf on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green67.1%
Blue81.2%
CMYK percentages
Cyan49.8%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#68abcf text on a black background
contrast 8.31:1
Card sample
#68abcf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68abcf;
Background color
Panel with #68abcf background
background-color: #68abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68abcf; background: linear-gradient(135deg, #68abcf, #6A68CF);