#00fbdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
0, 251, 223
HSL
173°, 100%, 49%
CMYK
100, 0, 11, 2
Luminance
0.7432
Every format
| HEX | #00fbdf |
| RGB | rgb(0, 251, 223) |
| HSL | hsl(173, 100%, 49%) |
| CMYK | cmyk(100%, 0%, 11%, 2%) |
| LAB | lab(89.1 -55.3 -0.5) |
| LCH | lch(89.1 55.3 180.5) |
| OKLCH | oklch(0.886 0.160 180.8) |
Copy-ready code
/* CSS */
color: #00fbdf;
background-color: #00fbdf;
/* Tailwind (arbitrary) */
class="text-[#00fbdf] bg-[#00fbdf]"
/* SCSS */
$brand: #00fbdf;
/* SwiftUI */
Color(red: 0.000, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#00fbdf")Accessibility — WCAG contrast
Aa
#00fbdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fbdf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green98.4%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#00fbdf text on a black background
contrast 15.86:1
Card sample
#00fbdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fbdf;
Background color
Panel with #00fbdf background
background-color: #00fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fbdf; background: linear-gradient(135deg, #00fbdf, #0070FB);