#67feee
a light, electric cyan · cool · closest name: turquoise
RGB
103, 254, 238
HSL
174°, 99%, 70%
CMYK
59, 0, 6, 0
Luminance
0.7994
Every format
| HEX | #67feee |
| RGB | rgb(103, 254, 238) |
| HSL | hsl(174, 99%, 70%) |
| CMYK | cmyk(59%, 0%, 6%, 0%) |
| LAB | lab(91.7 -43.7 -4.4) |
| LCH | lch(91.7 43.9 185.7) |
| OKLCH | oklch(0.912 0.130 185.5) |
Copy-ready code
/* CSS */
color: #67feee;
background-color: #67feee;
/* Tailwind (arbitrary) */
class="text-[#67feee] bg-[#67feee]"
/* SCSS */
$brand: #67feee;
/* SwiftUI */
Color(red: 0.404, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#67feee")Accessibility — WCAG contrast
Aa
#67feee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67feee on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green99.6%
Blue93.3%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#67feee text on a black background
contrast 16.99:1
Card sample
#67feee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67feee;
Background color
Panel with #67feee background
background-color: #67feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67feee; background: linear-gradient(135deg, #67feee, #67A9FE);