Teal
#059AAD
CyanColor Codes
All color formats for development
HEX
#059AADRGB
rgb(5, 154, 173)HSL
hsl(187, 94%, 35%)OKLCH
oklch(0.629 0.108 210.2)CMYK
cmyk(97%, 11%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#058A9C
2#047B8B
3#046B79
4#035C68
5#034D57
6#023D45
7#022E34
8#011F23
9#010F11
Tints
Lighter variations
1#06B6CD
2#07D3ED
3#1EDFF8
4#3EE3F9
5#5EE8FA
6#7EECFB
7#9FF1FC
8#BFF6FD
9#DFFAFE
Tones
Muted variations
1#0E93A5
2#168D9C
3#1F8694
4#27808C
5#2F7983
6#38737B
7#406D72
8#48666A
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFB | BordersInactive statesPlaceholder text |
| 400 | 52E6 #52E6FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DF #20DFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C1 #07C1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059A #059AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046E #046E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #02464F | 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: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BFF6FD;
--teal-300: #8DEFFB;
--teal-400: #52E6FA;
--teal-500: #20DFF8;
--teal-600: #07C1DA;
--teal-700: #059AAD;
--teal-800: #046E7C;
--teal-900: #02464F;
--teal-950: #022C31;
}