#68cdda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
104, 205, 218
HSL
187°, 61%, 63%
CMYK
52, 6, 0, 15
Luminance
0.5167
Every format
| HEX | #68cdda |
| RGB | rgb(104, 205, 218) |
| HSL | hsl(187, 61%, 63%) |
| CMYK | cmyk(52%, 6%, 0%, 15%) |
| LAB | lab(77.1 -25.9 -15.5) |
| LCH | lch(77.1 30.2 210.9) |
| OKLCH | oklch(0.792 0.096 206.5) |
Copy-ready code
/* CSS */
color: #68cdda;
background-color: #68cdda;
/* Tailwind (arbitrary) */
class="text-[#68cdda] bg-[#68cdda]"
/* SCSS */
$brand: #68cdda;
/* SwiftUI */
Color(red: 0.408, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#68cdda")Accessibility — WCAG contrast
Aa
#68cdda on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68cdda on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green80.4%
Blue85.5%
CMYK percentages
Cyan52.3%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#68cdda text on a black background
contrast 11.33:1
Card sample
#68cdda text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68cdda;
Background color
Panel with #68cdda background
background-color: #68cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68cdda; background: linear-gradient(135deg, #68cdda, #6881DA);