Teal
#1D957F
CyanColor Codes
All color formats for development
HEX
#1D957FRGB
rgb(29, 149, 127)HSL
hsl(169, 67%, 35%)OKLCH
oklch(0.602 0.105 176.5)CMYK
cmyk(81%, 0%, 15%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8672
2#187766
3#156859
4#12594C
5#0F4B40
6#0C3C33
7#092D26
8#061E19
9#030F0D
Tints
Lighter variations
1#23B197
2#28CCAE
3#3DD9BC
4#59DEC6
5#75E4CF
6#90E9D9
7#ACEFE2
8#C8F4EC
9#E3FAF5
Tones
Muted variations
1#238F7B
2#298978
3#2F8374
4#357D70
5#3B776C
6#417168
7#476B65
8#4D6561
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECDD | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2CC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D957F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E1F9F5;
--teal-200: #C8F4EC;
--teal-300: #9DECDD;
--teal-400: #6AE2CC;
--teal-500: #3FD9BD;
--teal-600: #25BBA0;
--teal-700: #1D957F;
--teal-800: #156A5B;
--teal-900: #0D443A;
--teal-950: #082B24;
}