#44f5bc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
68, 245, 188
HSL
161°, 90%, 61%
CMYK
72, 0, 23, 4
Luminance
0.7016
Every format
| HEX | #44f5bc |
| RGB | rgb(68, 245, 188) |
| HSL | hsl(161, 90%, 61%) |
| CMYK | cmyk(72%, 0%, 23%, 4%) |
| LAB | lab(87.1 -57.2 14.9) |
| LCH | lch(87.1 59.1 165.4) |
| OKLCH | oklch(0.869 0.163 166.5) |
Copy-ready code
/* CSS */
color: #44f5bc;
background-color: #44f5bc;
/* Tailwind (arbitrary) */
class="text-[#44f5bc] bg-[#44f5bc]"
/* SCSS */
$brand: #44f5bc;
/* SwiftUI */
Color(red: 0.267, green: 0.961, blue: 0.737)
/* Android */
Color.parseColor("#44f5bc")Accessibility — WCAG contrast
Aa
#44f5bc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44f5bc on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green96.1%
Blue73.7%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow23.3%
Key (black)3.9%
Color previews
#44f5bc text on a black background
contrast 15.03:1
Card sample
#44f5bc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44f5bc;
Background color
Panel with #44f5bc background
background-color: #44f5bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44f5bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 245, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 245, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44f5bc; background: linear-gradient(135deg, #44f5bc, #44B8F5);