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