#68cfda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
104, 207, 218
HSL
186°, 61%, 63%
CMYK
52, 5, 0, 15
Luminance
0.5263
Every format
| HEX | #68cfda |
| RGB | rgb(104, 207, 218) |
| HSL | hsl(186, 61%, 63%) |
| CMYK | cmyk(52%, 5%, 0%, 15%) |
| LAB | lab(77.7 -26.9 -14.6) |
| LCH | lch(77.7 30.6 208.5) |
| OKLCH | oklch(0.797 0.097 204.7) |
Copy-ready code
/* CSS */
color: #68cfda;
background-color: #68cfda;
/* Tailwind (arbitrary) */
class="text-[#68cfda] bg-[#68cfda]"
/* SCSS */
$brand: #68cfda;
/* SwiftUI */
Color(red: 0.408, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#68cfda")Accessibility — WCAG contrast
Aa
#68cfda on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68cfda on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green81.2%
Blue85.5%
CMYK percentages
Cyan52.3%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#68cfda text on a black background
contrast 11.53:1
Card sample
#68cfda text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68cfda;
Background color
Panel with #68cfda background
background-color: #68cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68cfda; background: linear-gradient(135deg, #68cfda, #6883DA);