#45cf9b
a balanced, vivid green · cool · closest name: aquamarine
RGB
69, 207, 155
HSL
157°, 59%, 54%
CMYK
67, 0, 25, 19
Luminance
0.4826
Every format
| HEX | #45cf9b |
| RGB | rgb(69, 207, 155) |
| HSL | hsl(157, 59%, 54%) |
| CMYK | cmyk(67%, 0%, 25%, 19%) |
| LAB | lab(75.0 -49.2 15.2) |
| LCH | lch(75.0 51.5 162.8) |
| OKLCH | oklch(0.767 0.141 164.0) |
Copy-ready code
/* CSS */
color: #45cf9b;
background-color: #45cf9b;
/* Tailwind (arbitrary) */
class="text-[#45cf9b] bg-[#45cf9b]"
/* SCSS */
$brand: #45cf9b;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#45cf9b")Accessibility — WCAG contrast
Aa
#45cf9b on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cf9b on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue60.8%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow25.1%
Key (black)18.8%
Color previews
#45cf9b text on a black background
contrast 10.65:1
Card sample
#45cf9b text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cf9b;
Background color
Panel with #45cf9b background
background-color: #45cf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cf9b; background: linear-gradient(135deg, #45cf9b, #45A7CF);