#0bfdac
a balanced, electric green · cool · closest name: aquamarine
RGB
11, 253, 172
HSL
160°, 98%, 52%
CMYK
96, 0, 32, 1
Luminance
0.7330
Every format
| HEX | #0bfdac |
| RGB | rgb(11, 253, 172) |
| HSL | hsl(160, 98%, 52%) |
| CMYK | cmyk(96%, 0%, 32%, 1%) |
| LAB | lab(88.6 -67.8 25.1) |
| LCH | lch(88.6 72.3 159.7) |
| OKLCH | oklch(0.878 0.195 161.0) |
Copy-ready code
/* CSS */
color: #0bfdac;
background-color: #0bfdac;
/* Tailwind (arbitrary) */
class="text-[#0bfdac] bg-[#0bfdac]"
/* SCSS */
$brand: #0bfdac;
/* SwiftUI */
Color(red: 0.043, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#0bfdac")Accessibility — WCAG contrast
Aa
#0bfdac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bfdac on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green99.2%
Blue67.5%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#0bfdac text on a black background
contrast 15.66:1
Card sample
#0bfdac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bfdac;
Background color
Panel with #0bfdac background
background-color: #0bfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bfdac; background: linear-gradient(135deg, #0bfdac, #0BADFD);