#68ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
104, 204, 223
HSL
190°, 65%, 64%
CMYK
53, 9, 0, 13
Luminance
0.5146
Every format
| HEX | #68ccdf |
| RGB | rgb(104, 204, 223) |
| HSL | hsl(190, 65%, 64%) |
| CMYK | cmyk(53%, 9%, 0%, 13%) |
| LAB | lab(77.0 -24.1 -18.4) |
| LCH | lch(77.0 30.3 217.4) |
| OKLCH | oklch(0.792 0.097 211.6) |
Copy-ready code
/* CSS */
color: #68ccdf;
background-color: #68ccdf;
/* Tailwind (arbitrary) */
class="text-[#68ccdf] bg-[#68ccdf]"
/* SCSS */
$brand: #68ccdf;
/* SwiftUI */
Color(red: 0.408, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#68ccdf")Accessibility — WCAG contrast
Aa
#68ccdf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68ccdf on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan53.4%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#68ccdf text on a black background
contrast 11.29:1
Card sample
#68ccdf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68ccdf;
Background color
Panel with #68ccdf background
background-color: #68ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68ccdf; background: linear-gradient(135deg, #68ccdf, #687DDF);