#67f3d0
a light, electric cyan · cool · closest name: aquamarine
RGB
103, 243, 208
HSL
165°, 85%, 68%
CMYK
58, 0, 14, 5
Luminance
0.7154
Every format
| HEX | #67f3d0 |
| RGB | rgb(103, 243, 208) |
| HSL | hsl(165, 85%, 68%) |
| CMYK | cmyk(58%, 0%, 14%, 5%) |
| LAB | lab(87.7 -46.2 5.5) |
| LCH | lch(87.7 46.5 173.2) |
| OKLCH | oklch(0.878 0.132 173.9) |
Copy-ready code
/* CSS */
color: #67f3d0;
background-color: #67f3d0;
/* Tailwind (arbitrary) */
class="text-[#67f3d0] bg-[#67f3d0]"
/* SCSS */
$brand: #67f3d0;
/* SwiftUI */
Color(red: 0.404, green: 0.953, blue: 0.816)
/* Android */
Color.parseColor("#67f3d0")Accessibility — WCAG contrast
Aa
#67f3d0 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67f3d0 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green95.3%
Blue81.6%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow14.4%
Key (black)4.7%
Color previews
#67f3d0 text on a black background
contrast 15.31:1
Card sample
#67f3d0 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67f3d0;
Background color
Panel with #67f3d0 background
background-color: #67f3d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67f3d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 243, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 243, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67f3d0; background: linear-gradient(135deg, #67f3d0, #67B9F3);