Teal
#0299B1
CyanColor Codes
All color formats for development
HEX
#0299B1RGB
rgb(2, 153, 177)HSL
hsl(188, 98%, 35%)OKLCH
oklch(0.628 0.11 214)CMYK
cmyk(99%, 14%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#028A9F
2#017B8D
3#016B7C
4#015C6A
5#014D58
6#013D47
7#012E35
8#001F23
9#000F12
Tints
Lighter variations
1#02B6D2
2#02D2F2
3#19DEFD
4#3AE3FD
5#5BE8FD
6#7CECFE
7#9DF1FE
8#BDF6FE
9#DEFAFF
Tones
Muted variations
1#0B93A8
2#138D9F
3#1C8696
4#25808E
5#2E7985
6#36737C
7#3F6C73
8#48666B
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF6 #BDF6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEE #8BEEFE | BordersInactive statesPlaceholder text |
| 400 | 4EE6 #4EE6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CDF #1CDFFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C1 #02C1DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0299 #0299B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 016E #016E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0146 #014651 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFF;
--teal-200: #BDF6FE;
--teal-300: #8BEEFE;
--teal-400: #4EE6FD;
--teal-500: #1CDFFD;
--teal-600: #02C1DE;
--teal-700: #0299B1;
--teal-800: #016E7E;
--teal-900: #014651;
--teal-950: #012C32;
}