#67ffeb
a light, electric cyan · cool · closest name: turquoise
RGB
103, 255, 235
HSL
172°, 100%, 70%
CMYK
60, 0, 8, 0
Luminance
0.8040
Every format
| HEX | #67ffeb |
| RGB | rgb(103, 255, 235) |
| HSL | hsl(172, 100%, 70%) |
| CMYK | cmyk(60%, 0%, 8%, 0%) |
| LAB | lab(91.9 -44.9 -2.5) |
| LCH | lch(91.9 45.0 183.2) |
| OKLCH | oklch(0.913 0.132 183.2) |
Copy-ready code
/* CSS */
color: #67ffeb;
background-color: #67ffeb;
/* Tailwind (arbitrary) */
class="text-[#67ffeb] bg-[#67ffeb]"
/* SCSS */
$brand: #67ffeb;
/* SwiftUI */
Color(red: 0.404, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#67ffeb")Accessibility — WCAG contrast
Aa
#67ffeb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ffeb on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green100.0%
Blue92.2%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#67ffeb text on a black background
contrast 17.08:1
Card sample
#67ffeb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ffeb;
Background color
Panel with #67ffeb background
background-color: #67ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ffeb; background: linear-gradient(135deg, #67ffeb, #67AEFF);