#0dfedb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
13, 254, 219
HSL
171°, 99%, 52%
CMYK
95, 0, 14, 0
Luminance
0.7608
Every format
| HEX | #0dfedb |
| RGB | rgb(13, 254, 219) |
| HSL | hsl(171, 99%, 52%) |
| CMYK | cmyk(95%, 0%, 14%, 0%) |
| LAB | lab(89.9 -57.2 2.8) |
| LCH | lch(89.9 57.3 177.2) |
| OKLCH | oklch(0.892 0.164 177.8) |
Copy-ready code
/* CSS */
color: #0dfedb;
background-color: #0dfedb;
/* Tailwind (arbitrary) */
class="text-[#0dfedb] bg-[#0dfedb]"
/* SCSS */
$brand: #0dfedb;
/* SwiftUI */
Color(red: 0.051, green: 0.996, blue: 0.859)
/* Android */
Color.parseColor("#0dfedb")Accessibility — WCAG contrast
Aa
#0dfedb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfedb on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green99.6%
Blue85.9%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow13.8%
Key (black)0.4%
Color previews
#0dfedb text on a black background
contrast 16.22:1
Card sample
#0dfedb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfedb;
Background color
Panel with #0dfedb background
background-color: #0dfedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 254, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 254, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfedb; background: linear-gradient(135deg, #0dfedb, #0D80FE);