Teal
#00B398
CyanColor Codes
All color formats for development
HEX
#00B398RGB
rgb(0, 179, 152)HSL
hsl(171, 100%, 35%)OKLCH
oklch(0.685 0.127 176.7)CMYK
cmyk(100%, 0%, 15%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A189
2#008F79
3#007D6A
4#006B5B
5#00594C
6#00473D
7#00362E
8#00241E
9#00120F
Tints
Lighter variations
1#00D4B4
2#00F5D0
3#17FFDC
4#38FFE1
5#59FFE6
6#7AFFEB
7#9CFFF0
8#BDFFF5
9#DEFFFA
Tones
Muted variations
1#09AA91
2#12A18B
3#1B9885
4#248F7F
5#2D8678
6#367D72
7#3E746C
8#476B66
9#50625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFED | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005245 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DBFFFA;
--teal-200: #BDFFF5;
--teal-300: #8AFFED;
--teal-400: #4DFFE4;
--teal-500: #1AFFDD;
--teal-600: #00E0BF;
--teal-700: #00B398;
--teal-800: #00806C;
--teal-900: #005245;
--teal-950: #00332B;
}