#0baeb6
a dark, electric cyan · cool · closest name: teal
RGB
11, 174, 182
HSL
183°, 89%, 38%
CMYK
94, 4, 0, 29
Luminance
0.3372
Every format
| HEX | #0baeb6 |
| RGB | rgb(11, 174, 182) |
| HSL | hsl(183, 89%, 38%) |
| CMYK | cmyk(94%, 4%, 0%, 29%) |
| LAB | lab(64.7 -33.2 -14.6) |
| LCH | lch(64.7 36.3 203.7) |
| OKLCH | oklch(0.683 0.115 200.7) |
Copy-ready code
/* CSS */
color: #0baeb6;
background-color: #0baeb6;
/* Tailwind (arbitrary) */
class="text-[#0baeb6] bg-[#0baeb6]"
/* SCSS */
$brand: #0baeb6;
/* SwiftUI */
Color(red: 0.043, green: 0.682, blue: 0.714)
/* Android */
Color.parseColor("#0baeb6")Accessibility — WCAG contrast
Aa
#0baeb6 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0baeb6 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green68.2%
Blue71.4%
CMYK percentages
Cyan94.0%
Magenta4.4%
Yellow0.0%
Key (black)28.6%
Color previews
#0baeb6 text on a black background
contrast 7.74:1
Card sample
#0baeb6 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0baeb6;
Background color
Panel with #0baeb6 background
background-color: #0baeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0baeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 174, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 174, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0baeb6; background: linear-gradient(135deg, #0baeb6, #0B3CB6);