#00bfc7
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 191, 199
HSL
182°, 100%, 39%
CMYK
100, 4, 0, 22
Luminance
0.4139
Every format
| HEX | #00bfc7 |
| RGB | rgb(0, 191, 199) |
| HSL | hsl(182, 100%, 39%) |
| CMYK | cmyk(100%, 4%, 0%, 22%) |
| LAB | lab(70.4 -36.2 -15.4) |
| LCH | lch(70.4 39.4 203.0) |
| OKLCH | oklch(0.731 0.124 200.1) |
Copy-ready code
/* CSS */
color: #00bfc7;
background-color: #00bfc7;
/* Tailwind (arbitrary) */
class="text-[#00bfc7] bg-[#00bfc7]"
/* SCSS */
$brand: #00bfc7;
/* SwiftUI */
Color(red: 0.000, green: 0.749, blue: 0.780)
/* Android */
Color.parseColor("#00bfc7")Accessibility — WCAG contrast
Aa
#00bfc7 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bfc7 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.9%
Blue78.0%
CMYK percentages
Cyan100.0%
Magenta4.0%
Yellow0.0%
Key (black)22.0%
Color previews
#00bfc7 text on a black background
contrast 9.28:1
Card sample
#00bfc7 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bfc7;
Background color
Panel with #00bfc7 background
background-color: #00bfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 191, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 191, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bfc7; background: linear-gradient(135deg, #00bfc7, #003AC7);