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