Teal
#155B6A
CyanColor Codes
All color formats for development
HEX
#155B6ARGB
rgb(21, 91, 106)HSL
hsl(191, 67%, 25%)OKLCH
oklch(0.437 0.07 215.8)CMYK
cmyk(80%, 14%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135260
2#114955
3#0F404B
4#0D3640
5#0B2D35
6#08242B
7#061B20
8#041215
9#02090B
Tints
Lighter variations
1#1B768A
2#2291AA
3#28ADCA
4#3FBDD9
5#5FC8DF
6#7FD3E6
7#9FDEEC
8#BFE9F2
9#DFF4F9
Tones
Muted variations
1#195866
2#1E5562
3#22535E
4#265059
5#2A4D55
6#2F4B51
7#33484D
8#374548
9#3B4244
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 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDD #9DDDEC | BordersInactive statesPlaceholder text |
| 400 | 6ACC #6ACCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FBD #3FBDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A0 #25A0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7F #1D7F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155B #155B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3A #0D3A44 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F5F9;
--teal-200: #C8ECF4;
--teal-300: #9DDDEC;
--teal-400: #6ACCE2;
--teal-500: #3FBDD9;
--teal-600: #25A0BB;
--teal-700: #1D7F95;
--teal-800: #155B6A;
--teal-900: #0D3A44;
--teal-950: #08242B;
}