#0dfbcb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
13, 251, 203
HSL
168°, 97%, 52%
CMYK
95, 0, 19, 2
Luminance
0.7339
Every format
| HEX | #0dfbcb |
| RGB | rgb(13, 251, 203) |
| HSL | hsl(168, 97%, 52%) |
| CMYK | cmyk(95%, 0%, 19%, 2%) |
| LAB | lab(88.6 -60.0 9.2) |
| LCH | lch(88.6 60.8 171.3) |
| OKLCH | oklch(0.881 0.170 172.1) |
Copy-ready code
/* CSS */
color: #0dfbcb;
background-color: #0dfbcb;
/* Tailwind (arbitrary) */
class="text-[#0dfbcb] bg-[#0dfbcb]"
/* SCSS */
$brand: #0dfbcb;
/* SwiftUI */
Color(red: 0.051, green: 0.984, blue: 0.796)
/* Android */
Color.parseColor("#0dfbcb")Accessibility — WCAG contrast
Aa
#0dfbcb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfbcb on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green98.4%
Blue79.6%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow19.1%
Key (black)1.6%
Color previews
#0dfbcb text on a black background
contrast 15.68:1
Card sample
#0dfbcb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfbcb;
Background color
Panel with #0dfbcb background
background-color: #0dfbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 251, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 251, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfbcb; background: linear-gradient(135deg, #0dfbcb, #0D8CFB);