#00a3be
a dark, electric cyan · cool · closest name: teal
RGB
0, 163, 190
HSL
189°, 100%, 37%
CMYK
100, 14, 0, 26
Luminance
0.2991
Every format
| HEX | #00a3be |
| RGB | rgb(0, 163, 190) |
| HSL | hsl(189, 100%, 37%) |
| CMYK | cmyk(100%, 14%, 0%, 26%) |
| LAB | lab(61.6 -25.6 -23.9) |
| LCH | lch(61.6 35.0 223.0) |
| OKLCH | oklch(0.658 0.116 215.1) |
Copy-ready code
/* CSS */
color: #00a3be;
background-color: #00a3be;
/* Tailwind (arbitrary) */
class="text-[#00a3be] bg-[#00a3be]"
/* SCSS */
$brand: #00a3be;
/* SwiftUI */
Color(red: 0.000, green: 0.639, blue: 0.745)
/* Android */
Color.parseColor("#00a3be")Accessibility — WCAG contrast
Aa
#00a3be on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a3be on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green63.9%
Blue74.5%
CMYK percentages
Cyan100.0%
Magenta14.2%
Yellow0.0%
Key (black)25.5%
Color previews
#00a3be text on a black background
contrast 6.98:1
Card sample
#00a3be text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a3be;
Background color
Panel with #00a3be background
background-color: #00a3be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a3be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 163, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 163, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a3be; background: linear-gradient(135deg, #00a3be, #0024BE);