Teal
#029CB1
CyanColor Codes
All color formats for development
HEX
#029CB1RGB
rgb(2, 156, 177)HSL
hsl(187, 98%, 35%)OKLCH
oklch(0.636 0.11 211.5)CMYK
cmyk(99%, 12%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#028D9F
2#017D8D
3#016D7C
4#015E6A
5#014E58
6#013F47
7#012F35
8#001F23
9#001012
Tints
Lighter variations
1#02B9D2
2#02D6F2
3#19E2FD
4#3AE6FD
5#5BEAFD
6#7CEFFE
7#9DF3FE
8#BDF7FE
9#DEFBFF
Tones
Muted variations
1#0B96A8
2#138F9F
3#1C8896
4#25818E
5#2E7B85
6#36747C
7#3F6D73
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 | BDF7 #BDF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FE | BordersInactive statesPlaceholder text |
| 400 | 4EE9 #4EE9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE2 #1CE2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C4 #02C4DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029C #029CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0170 #01707E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014751 | 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: #BDF7FE;
--teal-300: #8BF0FE;
--teal-400: #4EE9FD;
--teal-500: #1CE2FD;
--teal-600: #02C4DE;
--teal-700: #029CB1;
--teal-800: #01707E;
--teal-900: #014751;
--teal-950: #012D32;
}