Teal
#029FB1
CyanColor Codes
All color formats for development
HEX
#029FB1RGB
rgb(2, 159, 177)HSL
hsl(186, 98%, 35%)OKLCH
oklch(0.643 0.111 208.9)CMYK
cmyk(99%, 10%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#028F9F
2#017F8D
3#016F7C
4#01606A
5#015058
6#014047
7#013035
8#002023
9#001012
Tints
Lighter variations
1#02BDD2
2#02DAF2
3#19E6FD
4#3AEAFD
5#5BEDFD
6#7CF1FE
7#9DF4FE
8#BDF8FE
9#DEFBFF
Tones
Muted variations
1#0B98A8
2#13919F
3#1C8A96
4#25838E
5#2E7C85
6#36757C
7#3F6E73
8#48676B
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF8 #BDF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FE | BordersInactive statesPlaceholder text |
| 400 | 4EEC #4EECFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE6 #1CE6FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C8 #02C8DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029F #029FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0172 #01727E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0149 #014951 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFF;
--teal-200: #BDF8FE;
--teal-300: #8BF2FE;
--teal-400: #4EECFD;
--teal-500: #1CE6FD;
--teal-600: #02C8DE;
--teal-700: #029FB1;
--teal-800: #01727E;
--teal-900: #014951;
--teal-950: #012D32;
}