#00fdbb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
0, 253, 187
HSL
164°, 100%, 50%
CMYK
100, 0, 26, 1
Luminance
0.7384
Every format
| HEX | #00fdbb |
| RGB | rgb(0, 253, 187) |
| HSL | hsl(164, 100%, 50%) |
| CMYK | cmyk(100%, 0%, 26%, 1%) |
| LAB | lab(88.8 -64.9 17.8) |
| LCH | lch(88.8 67.3 164.7) |
| OKLCH | oklch(0.881 0.184 165.7) |
Copy-ready code
/* CSS */
color: #00fdbb;
background-color: #00fdbb;
/* Tailwind (arbitrary) */
class="text-[#00fdbb] bg-[#00fdbb]"
/* SCSS */
$brand: #00fdbb;
/* SwiftUI */
Color(red: 0.000, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#00fdbb")Accessibility — WCAG contrast
Aa
#00fdbb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fdbb on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green99.2%
Blue73.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#00fdbb text on a black background
contrast 15.77:1
Card sample
#00fdbb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fdbb;
Background color
Panel with #00fdbb background
background-color: #00fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fdbb; background: linear-gradient(135deg, #00fdbb, #0097FD);