Teal
#1D8195
CyanColor Codes
All color formats for development
HEX
#1D8195RGB
rgb(29, 129, 149)HSL
hsl(190, 67%, 35%)OKLCH
oklch(0.558 0.091 214.9)CMYK
cmyk(81%, 13%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7486
2#186777
3#155A68
4#124D59
5#0F414B
6#0C343C
7#09272D
8#061A1E
9#030D0F
Tints
Lighter variations
1#2399B1
2#28B1CC
3#3DBFD9
4#59C8DE
5#75D1E4
6#90DAE9
7#ACE3EF
8#C8EDF4
9#E3F6FA
Tones
Muted variations
1#237D8F
2#297989
3#2F7583
4#35717D
5#3B6D77
6#416971
7#47656B
8#4D6165
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDF #9DDFEC | BordersInactive statesPlaceholder text |
| 400 | 6ACE #6ACEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC0 #3FC0D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A2 #25A2BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D81 #1D8195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155C #155C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B44 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F5F9;
--teal-200: #C8EDF4;
--teal-300: #9DDFEC;
--teal-400: #6ACEE2;
--teal-500: #3FC0D9;
--teal-600: #25A2BB;
--teal-700: #1D8195;
--teal-800: #155C6A;
--teal-900: #0D3B44;
--teal-950: #08252B;
}