Teal
#155F6A
CyanColor Codes
All color formats for development
HEX
#155F6ARGB
rgb(21, 95, 106)HSL
hsl(188, 67%, 25%)OKLCH
oklch(0.448 0.07 209.8)CMYK
cmyk(80%, 10%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135660
2#114C55
3#0F434B
4#0D3940
5#0B3035
6#08262B
7#061D20
8#041315
9#020A0B
Tints
Lighter variations
1#1B7C8A
2#2298AA
3#28B5CA
4#3FC5D9
5#5FCEDF
6#7FD8E6
7#9FE2EC
8#BFECF2
9#DFF5F9
Tones
Muted variations
1#195C66
2#1E5962
3#22565E
4#265359
5#2A4F55
6#2F4C51
7#33494D
8#374648
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE1 #9DE1EC | BordersInactive statesPlaceholder text |
| 400 | 6AD2 #6AD2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC5 #3FC5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A7 #25A7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D85 #1D8595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155F #155F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F6F9;
--teal-200: #C8EEF4;
--teal-300: #9DE1EC;
--teal-400: #6AD2E2;
--teal-500: #3FC5D9;
--teal-600: #25A7BB;
--teal-700: #1D8595;
--teal-800: #155F6A;
--teal-900: #0D3D44;
--teal-950: #08262B;
}