Teal
#0BA883
CyanColor Codes
All color formats for development
HEX
#0BA883RGB
rgb(11, 168, 131)HSL
hsl(166, 88%, 35%)OKLCH
oklch(0.651 0.128 169.7)CMYK
cmyk(93%, 0%, 22%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9776
2#098669
3#07755C
4#06654F
5#055442
6#044334
7#033227
8#02221A
9#01110D
Tints
Lighter variations
1#0DC79B
2#0FE6B4
3#25F1C1
4#44F3CA
5#63F5D3
6#82F7DC
7#A2F9E5
8#C1FBED
9#E0FDF6
Tones
Muted variations
1#13A07F
2#1A987B
3#229077
4#2A8872
5#32816E
6#3A796A
7#427166
8#4A6962
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF6;
--teal-200: #C1FBED;
--teal-300: #91F8E0;
--teal-400: #57F4D0;
--teal-500: #27F1C2;
--teal-600: #0DD3A5;
--teal-700: #0BA883;
--teal-800: #08785E;
--teal-900: #054D3C;
--teal-950: #033025;
}