#68a2ac
a balanced, soft cyan · cool · closest name: skyblue
RGB
104, 162, 172
HSL
189°, 29%, 54%
CMYK
40, 6, 0, 33
Luminance
0.3176
Every format
| HEX | #68a2ac |
| RGB | rgb(104, 162, 172) |
| HSL | hsl(189, 29%, 54%) |
| CMYK | cmyk(40%, 6%, 0%, 33%) |
| LAB | lab(63.1 -16.3 -11.2) |
| LCH | lch(63.1 19.7 214.5) |
| OKLCH | oklch(0.676 0.062 209.5) |
Copy-ready code
/* CSS */
color: #68a2ac;
background-color: #68a2ac;
/* Tailwind (arbitrary) */
class="text-[#68a2ac] bg-[#68a2ac]"
/* SCSS */
$brand: #68a2ac;
/* SwiftUI */
Color(red: 0.408, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#68a2ac")Accessibility — WCAG contrast
Aa
#68a2ac on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68a2ac on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green63.5%
Blue67.5%
CMYK percentages
Cyan39.5%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#68a2ac text on a black background
contrast 7.35:1
Card sample
#68a2ac text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68a2ac;
Background color
Panel with #68a2ac background
background-color: #68a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68a2ac; background: linear-gradient(135deg, #68a2ac, #6875AC);