#0dfbe0
a balanced, electric cyan · cool · closest name: turquoise
RGB
13, 251, 224
HSL
173°, 97%, 52%
CMYK
95, 0, 11, 2
Luminance
0.7446
Every format
| HEX | #0dfbe0 |
| RGB | rgb(13, 251, 224) |
| HSL | hsl(173, 97%, 52%) |
| CMYK | cmyk(95%, 0%, 11%, 2%) |
| LAB | lab(89.1 -54.7 -0.9) |
| LCH | lch(89.1 54.7 181.0) |
| OKLCH | oklch(0.887 0.159 181.2) |
Copy-ready code
/* CSS */
color: #0dfbe0;
background-color: #0dfbe0;
/* Tailwind (arbitrary) */
class="text-[#0dfbe0] bg-[#0dfbe0]"
/* SCSS */
$brand: #0dfbe0;
/* SwiftUI */
Color(red: 0.051, green: 0.984, blue: 0.878)
/* Android */
Color.parseColor("#0dfbe0")Accessibility — WCAG contrast
Aa
#0dfbe0 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfbe0 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green98.4%
Blue87.8%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow10.8%
Key (black)1.6%
Color previews
#0dfbe0 text on a black background
contrast 15.89:1
Card sample
#0dfbe0 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfbe0;
Background color
Panel with #0dfbe0 background
background-color: #0dfbe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfbe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 251, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 251, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfbe0; background: linear-gradient(135deg, #0dfbe0, #0D77FB);