#43a8a8
a balanced, soft cyan · cool · closest name: teal
RGB
67, 168, 168
HSL
180°, 43%, 46%
CMYK
60, 0, 0, 34
Luminance
0.3203
Every format
| HEX | #43a8a8 |
| RGB | rgb(67, 168, 168) |
| HSL | hsl(180, 43%, 46%) |
| CMYK | cmyk(60%, 0%, 0%, 34%) |
| LAB | lab(63.4 -28.8 -8.7) |
| LCH | lch(63.4 30.1 196.9) |
| OKLCH | oklch(0.673 0.093 195.2) |
Copy-ready code
/* CSS */
color: #43a8a8;
background-color: #43a8a8;
/* Tailwind (arbitrary) */
class="text-[#43a8a8] bg-[#43a8a8]"
/* SCSS */
$brand: #43a8a8;
/* SwiftUI */
Color(red: 0.263, green: 0.659, blue: 0.659)
/* Android */
Color.parseColor("#43a8a8")Accessibility — WCAG contrast
Aa
#43a8a8 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43a8a8 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green65.9%
Blue65.9%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow0.0%
Key (black)34.1%
Color previews
#43a8a8 text on a black background
contrast 7.41:1
Card sample
#43a8a8 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43a8a8;
Background color
Panel with #43a8a8 background
background-color: #43a8a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43a8a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 168, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 168, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43a8a8; background: linear-gradient(135deg, #43a8a8, #4365A8);