#68dfba
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
104, 223, 186
HSL
161°, 65%, 64%
CMYK
53, 0, 17, 13
Luminance
0.5926
Every format
| HEX | #68dfba |
| RGB | rgb(104, 223, 186) |
| HSL | hsl(161, 65%, 64%) |
| CMYK | cmyk(53%, 0%, 17%, 13%) |
| LAB | lab(81.4 -42.3 8.0) |
| LCH | lch(81.4 43.1 169.3) |
| OKLCH | oklch(0.825 0.121 170.3) |
Copy-ready code
/* CSS */
color: #68dfba;
background-color: #68dfba;
/* Tailwind (arbitrary) */
class="text-[#68dfba] bg-[#68dfba]"
/* SCSS */
$brand: #68dfba;
/* SwiftUI */
Color(red: 0.408, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#68dfba")Accessibility — WCAG contrast
Aa
#68dfba on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68dfba on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green87.5%
Blue72.9%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#68dfba text on a black background
contrast 12.85:1
Card sample
#68dfba text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68dfba;
Background color
Panel with #68dfba background
background-color: #68dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68dfba; background: linear-gradient(135deg, #68dfba, #68B5DF);