#00fbca
a balanced, electric cyan · cool · closest name: aquamarine
RGB
0, 251, 202
HSL
168°, 100%, 49%
CMYK
100, 0, 20, 2
Luminance
0.7326
Every format
| HEX | #00fbca |
| RGB | rgb(0, 251, 202) |
| HSL | hsl(168, 100%, 49%) |
| CMYK | cmyk(100%, 0%, 20%, 2%) |
| LAB | lab(88.6 -60.6 9.7) |
| LCH | lch(88.6 61.4 171.0) |
| OKLCH | oklch(0.880 0.171 171.8) |
Copy-ready code
/* CSS */
color: #00fbca;
background-color: #00fbca;
/* Tailwind (arbitrary) */
class="text-[#00fbca] bg-[#00fbca]"
/* SCSS */
$brand: #00fbca;
/* SwiftUI */
Color(red: 0.000, green: 0.984, blue: 0.792)
/* Android */
Color.parseColor("#00fbca")Accessibility — WCAG contrast
Aa
#00fbca on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fbca on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green98.4%
Blue79.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow19.5%
Key (black)1.6%
Color previews
#00fbca text on a black background
contrast 15.65:1
Card sample
#00fbca text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fbca;
Background color
Panel with #00fbca background
background-color: #00fbca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fbca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 251, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 251, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fbca; background: linear-gradient(135deg, #00fbca, #0085FB);