Teal
#0294B1
CyanColor Codes
All color formats for development
HEX
#0294B1RGB
rgb(2, 148, 177)HSL
hsl(190, 98%, 35%)OKLCH
oklch(0.616 0.11 218.3)CMYK
cmyk(99%, 16%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02859F
2#01768D
3#01677C
4#01596A
5#014A58
6#013B47
7#012C35
8#001E23
9#000F12
Tints
Lighter variations
1#02AFD2
2#02CAF2
3#19D7FD
4#3ADDFD
5#5BE2FD
6#7CE8FE
7#9DEEFE
8#BDF4FE
9#DEF9FF
Tones
Muted variations
1#0B8EA8
2#13889F
3#1C8296
4#257C8E
5#2E7685
6#36717C
7#3F6B73
8#48656B
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEB #8BEBFE | BordersInactive statesPlaceholder text |
| 400 | 4EE0 #4EE0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD7 #1CD7FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02BA #02BADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0294 #0294B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0169 #01697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014351 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF9FF;
--teal-200: #BDF4FE;
--teal-300: #8BEBFE;
--teal-400: #4EE0FD;
--teal-500: #1CD7FD;
--teal-600: #02BADE;
--teal-700: #0294B1;
--teal-800: #01697E;
--teal-900: #014351;
--teal-950: #012A32;
}