#0ffcba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 252, 186
HSL
163°, 98%, 52%
CMYK
94, 0, 26, 1
Luminance
0.7327
Every format
| HEX | #0ffcba |
| RGB | rgb(15, 252, 186) |
| HSL | hsl(163, 98%, 52%) |
| CMYK | cmyk(94%, 0%, 26%, 1%) |
| LAB | lab(88.6 -64.3 17.9) |
| LCH | lch(88.6 66.8 164.4) |
| OKLCH | oklch(0.879 0.182 165.5) |
Copy-ready code
/* CSS */
color: #0ffcba;
background-color: #0ffcba;
/* Tailwind (arbitrary) */
class="text-[#0ffcba] bg-[#0ffcba]"
/* SCSS */
$brand: #0ffcba;
/* SwiftUI */
Color(red: 0.059, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#0ffcba")Accessibility — WCAG contrast
Aa
#0ffcba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffcba on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green98.8%
Blue72.9%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#0ffcba text on a black background
contrast 15.65:1
Card sample
#0ffcba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffcba;
Background color
Panel with #0ffcba background
background-color: #0ffcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffcba; background: linear-gradient(135deg, #0ffcba, #0FA0FC);