#67cfdc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
103, 207, 220
HSL
187°, 63%, 63%
CMYK
53, 6, 0, 14
Luminance
0.5268
Every format
| HEX | #67cfdc |
| RGB | rgb(103, 207, 220) |
| HSL | hsl(187, 63%, 63%) |
| CMYK | cmyk(53%, 6%, 0%, 14%) |
| LAB | lab(77.7 -26.6 -15.7) |
| LCH | lch(77.7 30.8 210.5) |
| OKLCH | oklch(0.797 0.098 206.2) |
Copy-ready code
/* CSS */
color: #67cfdc;
background-color: #67cfdc;
/* Tailwind (arbitrary) */
class="text-[#67cfdc] bg-[#67cfdc]"
/* SCSS */
$brand: #67cfdc;
/* SwiftUI */
Color(red: 0.404, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#67cfdc")Accessibility — WCAG contrast
Aa
#67cfdc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67cfdc on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green81.2%
Blue86.3%
CMYK percentages
Cyan53.2%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#67cfdc text on a black background
contrast 11.54:1
Card sample
#67cfdc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67cfdc;
Background color
Panel with #67cfdc background
background-color: #67cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67cfdc; background: linear-gradient(135deg, #67cfdc, #6781DC);