#67ebee
a light, electric cyan · cool · closest name: turquoise
RGB
103, 235, 238
HSL
181°, 80%, 67%
CMYK
57, 1, 0, 7
Luminance
0.6847
Every format
| HEX | #67ebee |
| RGB | rgb(103, 235, 238) |
| HSL | hsl(181, 80%, 67%) |
| CMYK | cmyk(57%, 1%, 0%, 7%) |
| LAB | lab(86.2 -35.1 -12.4) |
| LCH | lch(86.2 37.2 199.5) |
| OKLCH | oklch(0.868 0.115 197.3) |
Copy-ready code
/* CSS */
color: #67ebee;
background-color: #67ebee;
/* Tailwind (arbitrary) */
class="text-[#67ebee] bg-[#67ebee]"
/* SCSS */
$brand: #67ebee;
/* SwiftUI */
Color(red: 0.404, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#67ebee")Accessibility — WCAG contrast
Aa
#67ebee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ebee on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green92.2%
Blue93.3%
CMYK percentages
Cyan56.7%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#67ebee text on a black background
contrast 14.69:1
Card sample
#67ebee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ebee;
Background color
Panel with #67ebee background
background-color: #67ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ebee; background: linear-gradient(135deg, #67ebee, #6791EE);