Teal
#02A5B1
CyanColor Codes
All color formats for development
HEX
#02A5B1RGB
rgb(2, 165, 177)HSL
hsl(184, 98%, 35%)OKLCH
oklch(0.658 0.112 204)CMYK
cmyk(99%, 7%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02959F
2#01848D
3#01747C
4#01636A
5#015358
6#014247
7#013235
8#002123
9#001112
Tints
Lighter variations
1#02C4D2
2#02E2F2
3#19EEFD
4#3AF0FD
5#5BF3FD
6#7CF5FE
7#9DF8FE
8#BDFAFE
9#DEFDFF
Tones
Muted variations
1#0B9DA8
2#13969F
3#1C8E96
4#25878E
5#2E7F85
6#36787C
7#3F7073
8#48686B
9#516162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFA #BDFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FE | BordersInactive statesPlaceholder text |
| 400 | 4EF2 #4EF2FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEE #1CEEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CF #02CFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A5 #02A5B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0176 #01767E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B51 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFF;
--teal-200: #BDFAFE;
--teal-300: #8BF6FE;
--teal-400: #4EF2FD;
--teal-500: #1CEEFD;
--teal-600: #02CFDE;
--teal-700: #02A5B1;
--teal-800: #01767E;
--teal-900: #014B51;
--teal-950: #012F32;
}