#0ffbcf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 251, 207
HSL
169°, 97%, 52%
CMYK
94, 0, 18, 2
Luminance
0.7360
Every format
| HEX | #0ffbcf |
| RGB | rgb(15, 251, 207) |
| HSL | hsl(169, 97%, 52%) |
| CMYK | cmyk(94%, 0%, 18%, 2%) |
| LAB | lab(88.7 -59.0 7.3) |
| LCH | lch(88.7 59.5 172.9) |
| OKLCH | oklch(0.882 0.167 173.7) |
Copy-ready code
/* CSS */
color: #0ffbcf;
background-color: #0ffbcf;
/* Tailwind (arbitrary) */
class="text-[#0ffbcf] bg-[#0ffbcf]"
/* SCSS */
$brand: #0ffbcf;
/* SwiftUI */
Color(red: 0.059, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#0ffbcf")Accessibility — WCAG contrast
Aa
#0ffbcf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffbcf on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green98.4%
Blue81.2%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#0ffbcf text on a black background
contrast 15.72:1
Card sample
#0ffbcf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffbcf;
Background color
Panel with #0ffbcf background
background-color: #0ffbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffbcf; background: linear-gradient(135deg, #0ffbcf, #0F8AFB);