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