Teal
#056F7A
CyanColor Codes
All color formats for development
HEX
#056F7ARGB
rgb(5, 111, 122)HSL
hsl(186, 92%, 25%)OKLCH
oklch(0.496 0.084 206.9)CMYK
cmyk(96%, 9%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05646E
2#045962
3#044D56
4#034249
5#03373D
6#022C31
7#022125
8#011618
9#010B0C
Tints
Lighter variations
1#07909F
2#08B1C4
3#0AD2E9
4#23E1F6
5#47E6F7
6#6CEBF9
7#91F0FA
8#B6F5FC
9#DAFAFD
Tones
Muted variations
1#0B6A75
2#11656F
3#176169
4#1D5C63
5#22575D
6#285357
7#2E4E51
8#34494B
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FA | BordersInactive statesPlaceholder text |
| 400 | 54E7 #54E7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E1 #23E1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C3 #09C3D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079B #079BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056F #056F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFAFE;
--teal-200: #BFF6FC;
--teal-300: #8EF0FA;
--teal-400: #54E7F8;
--teal-500: #23E1F6;
--teal-600: #09C3D7;
--teal-700: #079BAB;
--teal-800: #056F7A;
--teal-900: #03474E;
--teal-950: #022C31;
}