#35aeba
a balanced, vivid cyan · cool · closest name: teal
RGB
53, 174, 186
HSL
185°, 56%, 47%
CMYK
72, 7, 0, 27
Luminance
0.3457
Every format
| HEX | #35aeba |
| RGB | rgb(53, 174, 186) |
| HSL | hsl(185, 56%, 47%) |
| CMYK | cmyk(72%, 7%, 0%, 27%) |
| LAB | lab(65.4 -28.6 -15.7) |
| LCH | lch(65.4 32.6 208.8) |
| OKLCH | oklch(0.691 0.104 204.8) |
Copy-ready code
/* CSS */
color: #35aeba;
background-color: #35aeba;
/* Tailwind (arbitrary) */
class="text-[#35aeba] bg-[#35aeba]"
/* SCSS */
$brand: #35aeba;
/* SwiftUI */
Color(red: 0.208, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#35aeba")Accessibility — WCAG contrast
Aa
#35aeba on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35aeba on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green68.2%
Blue72.9%
CMYK percentages
Cyan71.5%
Magenta6.5%
Yellow0.0%
Key (black)27.1%
Color previews
#35aeba text on a black background
contrast 7.91:1
Card sample
#35aeba text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35aeba;
Background color
Panel with #35aeba background
background-color: #35aeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35aeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35aeba; background: linear-gradient(135deg, #35aeba, #3555BA);