#0dffca
a balanced, electric cyan · cool · closest name: aquamarine
RGB
13, 255, 202
HSL
167°, 100%, 53%
CMYK
95, 0, 21, 0
Luminance
0.7587
Every format
| HEX | #0dffca |
| RGB | rgb(13, 255, 202) |
| HSL | hsl(167, 100%, 53%) |
| CMYK | cmyk(95%, 0%, 21%, 0%) |
| LAB | lab(89.8 -61.8 11.4) |
| LCH | lch(89.8 62.9 169.5) |
| OKLCH | oklch(0.890 0.174 170.4) |
Copy-ready code
/* CSS */
color: #0dffca;
background-color: #0dffca;
/* Tailwind (arbitrary) */
class="text-[#0dffca] bg-[#0dffca]"
/* SCSS */
$brand: #0dffca;
/* SwiftUI */
Color(red: 0.051, green: 1.000, blue: 0.792)
/* Android */
Color.parseColor("#0dffca")Accessibility — WCAG contrast
Aa
#0dffca on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dffca on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green100.0%
Blue79.2%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow20.8%
Key (black)0.0%
Color previews
#0dffca text on a black background
contrast 16.17:1
Card sample
#0dffca text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dffca;
Background color
Panel with #0dffca background
background-color: #0dffca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dffca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 255, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 255, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dffca; background: linear-gradient(135deg, #0dffca, #0D92FF);