#68bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
104, 188, 207
HSL
191°, 52%, 61%
CMYK
50, 9, 0, 19
Luminance
0.4341
Every format
| HEX | #68bccf |
| RGB | rgb(104, 188, 207) |
| HSL | hsl(191, 52%, 61%) |
| CMYK | cmyk(50%, 9%, 0%, 19%) |
| LAB | lab(71.8 -20.4 -17.4) |
| LCH | lch(71.8 26.8 220.6) |
| OKLCH | oklch(0.749 0.086 214.1) |
Copy-ready code
/* CSS */
color: #68bccf;
background-color: #68bccf;
/* Tailwind (arbitrary) */
class="text-[#68bccf] bg-[#68bccf]"
/* SCSS */
$brand: #68bccf;
/* SwiftUI */
Color(red: 0.408, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#68bccf")Accessibility — WCAG contrast
Aa
#68bccf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68bccf on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green73.7%
Blue81.2%
CMYK percentages
Cyan49.8%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#68bccf text on a black background
contrast 9.68:1
Card sample
#68bccf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68bccf;
Background color
Panel with #68bccf background
background-color: #68bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68bccf; background: linear-gradient(135deg, #68bccf, #6877CF);