Teal
#1D8B95
CyanColor Codes
All color formats for development
HEX
#1D8B95RGB
rgb(29, 139, 149)HSL
hsl(185, 67%, 35%)OKLCH
oklch(0.584 0.093 204.4)CMYK
cmyk(81%, 7%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7D86
2#186F77
3#156168
4#125359
5#0F464B
6#0C383C
7#092A2D
8#061C1E
9#030E0F
Tints
Lighter variations
1#23A5B1
2#28BFCC
3#3DCCD9
4#59D3DE
5#75DAE4
6#90E2E9
7#ACE9EF
8#C8F0F4
9#E3F8FA
Tones
Muted variations
1#23868F
2#298189
3#2F7C83
4#35777D
5#3B7277
6#416D71
7#47686B
8#4D6365
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE5 #9DE5EC | BordersInactive statesPlaceholder text |
| 400 | 6AD8 #6AD8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FCC #3FCCD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25AF #25AFBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8B #1D8B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1563 #15636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4044 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F7F9;
--teal-200: #C8F0F4;
--teal-300: #9DE5EC;
--teal-400: #6AD8E2;
--teal-500: #3FCCD9;
--teal-600: #25AFBB;
--teal-700: #1D8B95;
--teal-800: #15636A;
--teal-900: #0D4044;
--teal-950: #08282B;
}