Teal
#155C6A
CyanColor Codes
All color formats for development
HEX
#155C6ARGB
rgb(21, 92, 106)HSL
hsl(190, 67%, 25%)OKLCH
oklch(0.439 0.07 214.3)CMYK
cmyk(80%, 13%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135360
2#114A55
3#0F414B
4#0D3740
5#0B2E35
6#08252B
7#061C20
8#041215
9#02090B
Tints
Lighter variations
1#1B788A
2#2294AA
3#28AFCA
4#3FC0D9
5#5FCADF
6#7FD5E6
7#9FDFEC
8#BFEAF2
9#DFF4F9
Tones
Muted variations
1#195966
2#1E5762
3#22545E
4#265159
5#2A4E55
6#2F4B51
7#33484D
8#374548
9#3B4344
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;
}