Teal
#1D958B
CyanColor Codes
All color formats for development
HEX
#1D958BRGB
rgb(29, 149, 139)HSL
hsl(175, 67%, 35%)OKLCH
oklch(0.606 0.1 186.2)CMYK
cmyk(81%, 0%, 7%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B867D
2#18776F
3#156861
4#125953
5#0F4B46
6#0C3C38
7#092D2A
8#061E1C
9#030F0E
Tints
Lighter variations
1#23B1A5
2#28CCBF
3#3DD9CC
4#59DED3
5#75E4DA
6#90E9E2
7#ACEFE9
8#C8F4F0
9#E3FAF8
Tones
Muted variations
1#238F86
2#298981
3#2F837C
4#357D77
5#3B7772
6#41716D
7#476B68
8#4D6563
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4440 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F7;
--teal-200: #C8F4F0;
--teal-300: #9DECE5;
--teal-400: #6AE2D8;
--teal-500: #3FD9CC;
--teal-600: #25BBAF;
--teal-700: #1D958B;
--teal-800: #156A63;
--teal-900: #0D4440;
--teal-950: #082B28;
}