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