Teal
#0BA881
CyanColor Codes
All color formats for development
HEX
#0BA881RGB
rgb(11, 168, 129)HSL
hsl(165, 88%, 35%)OKLCH
oklch(0.651 0.129 168.6)CMYK
cmyk(93%, 0%, 23%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9774
2#098667
3#07755A
4#06654D
5#055440
6#044333
7#033227
8#02221A
9#01110D
Tints
Lighter variations
1#0DC798
2#0FE6B0
3#25F1BE
4#44F3C7
5#63F5D1
6#82F7DA
7#A2F9E3
8#C1FBEC
9#E0FDF6
Tones
Muted variations
1#13A07D
2#1A9879
3#229075
4#2A8871
5#32816D
6#3A7969
7#427165
8#4A6961
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3B | 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: #DDFDF5;
--teal-200: #C1FBEC;
--teal-300: #91F8DE;
--teal-400: #57F4CD;
--teal-500: #27F1BF;
--teal-600: #0DD3A2;
--teal-700: #0BA881;
--teal-800: #08785C;
--teal-900: #054D3B;
--teal-950: #033025;
}