#39aeba
a balanced, vivid cyan · cool · closest name: teal
RGB
57, 174, 186
HSL
186°, 53%, 48%
CMYK
69, 7, 0, 27
Luminance
0.3469
Every format
| HEX | #39aeba |
| RGB | rgb(57, 174, 186) |
| HSL | hsl(186, 53%, 48%) |
| CMYK | cmyk(69%, 7%, 0%, 27%) |
| LAB | lab(65.5 -28.1 -15.6) |
| LCH | lch(65.5 32.1 209.1) |
| OKLCH | oklch(0.692 0.103 205.0) |
Copy-ready code
/* CSS */
color: #39aeba;
background-color: #39aeba;
/* Tailwind (arbitrary) */
class="text-[#39aeba] bg-[#39aeba]"
/* SCSS */
$brand: #39aeba;
/* SwiftUI */
Color(red: 0.224, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#39aeba")Accessibility — WCAG contrast
Aa
#39aeba on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39aeba on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.2%
Blue72.9%
CMYK percentages
Cyan69.4%
Magenta6.5%
Yellow0.0%
Key (black)27.1%
Color previews
#39aeba text on a black background
contrast 7.94:1
Card sample
#39aeba text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39aeba;
Background color
Panel with #39aeba background
background-color: #39aeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39aeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39aeba; background: linear-gradient(135deg, #39aeba, #3958BA);