#0ffdbf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 253, 191
HSL
164°, 98%, 53%
CMYK
94, 0, 25, 1
Luminance
0.7411
Every format
| HEX | #0ffdbf |
| RGB | rgb(15, 253, 191) |
| HSL | hsl(164, 98%, 53%) |
| CMYK | cmyk(94%, 0%, 25%, 1%) |
| LAB | lab(89.0 -63.6 15.9) |
| LCH | lch(89.0 65.5 166.0) |
| OKLCH | oklch(0.883 0.180 166.9) |
Copy-ready code
/* CSS */
color: #0ffdbf;
background-color: #0ffdbf;
/* Tailwind (arbitrary) */
class="text-[#0ffdbf] bg-[#0ffdbf]"
/* SCSS */
$brand: #0ffdbf;
/* SwiftUI */
Color(red: 0.059, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#0ffdbf")Accessibility — WCAG contrast
Aa
#0ffdbf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffdbf on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green99.2%
Blue74.9%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#0ffdbf text on a black background
contrast 15.82:1
Card sample
#0ffdbf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffdbf;
Background color
Panel with #0ffdbf background
background-color: #0ffdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffdbf; background: linear-gradient(135deg, #0ffdbf, #0F9CFD);