#68afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
104, 175, 186
HSL
188°, 37%, 57%
CMYK
44, 6, 0, 27
Luminance
0.3715
Every format
| HEX | #68afba |
| RGB | rgb(104, 175, 186) |
| HSL | hsl(188, 37%, 57%) |
| CMYK | cmyk(44%, 6%, 0%, 27%) |
| LAB | lab(67.4 -19.4 -12.6) |
| LCH | lch(67.4 23.1 213.0) |
| OKLCH | oklch(0.711 0.073 208.3) |
Copy-ready code
/* CSS */
color: #68afba;
background-color: #68afba;
/* Tailwind (arbitrary) */
class="text-[#68afba] bg-[#68afba]"
/* SCSS */
$brand: #68afba;
/* SwiftUI */
Color(red: 0.408, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#68afba")Accessibility — WCAG contrast
Aa
#68afba on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68afba on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green68.6%
Blue72.9%
CMYK percentages
Cyan44.1%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#68afba text on a black background
contrast 8.43:1
Card sample
#68afba text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68afba;
Background color
Panel with #68afba background
background-color: #68afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68afba; background: linear-gradient(135deg, #68afba, #6878BA);