Teal
#02A2B1
CyanColor Codes
All color formats for development
HEX
#02A2B1RGB
rgb(2, 162, 177)HSL
hsl(185, 98%, 35%)OKLCH
oklch(0.651 0.111 206.4)CMYK
cmyk(99%, 8%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02929F
2#01828D
3#01717C
4#01616A
5#015158
6#014147
7#013135
8#002023
9#001012
Tints
Lighter variations
1#02C0D2
2#02DEF2
3#19EAFD
4#3AEDFD
5#5BF0FD
6#7CF3FE
7#9DF6FE
8#BDF9FE
9#DEFCFF
Tones
Muted variations
1#0B9BA8
2#13949F
3#1C8C96
4#25858E
5#2E7E85
6#36767C
7#3F6F73
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 | BDF9 #BDF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF4 #8BF4FE | BordersInactive statesPlaceholder text |
| 400 | 4EEF #4EEFFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEA #1CEAFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CC #02CCDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A2 #02A2B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0174 #01747E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014A #014A51 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFF;
--teal-200: #BDF9FE;
--teal-300: #8BF4FE;
--teal-400: #4EEFFD;
--teal-500: #1CEAFD;
--teal-600: #02CCDE;
--teal-700: #02A2B1;
--teal-800: #01747E;
--teal-900: #014A51;
--teal-950: #012E32;
}