Teal
#0291B1
CyanColor Codes
All color formats for development
HEX
#0291B1RGB
rgb(2, 145, 177)HSL
hsl(191, 98%, 35%)OKLCH
oklch(0.608 0.111 220.8)CMYK
cmyk(99%, 18%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02829F
2#01748D
3#01657C
4#01576A
5#014858
6#013A47
7#012B35
8#001D23
9#000E12
Tints
Lighter variations
1#02ACD2
2#02C6F2
3#19D3FD
4#3AD9FD
5#5BE0FD
6#7CE6FE
7#9DECFE
8#BDF2FE
9#DEF9FF
Tones
Muted variations
1#0B8BA8
2#13869F
3#1C8096
4#257A8E
5#2E7585
6#366F7C
7#3F6A73
8#48646B
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE9 #8BE9FE | BordersInactive statesPlaceholder text |
| 400 | 4EDD #4EDDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD3 #1CD3FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02B6 #02B6DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0291 #0291B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0167 #01677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014251 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF8FF;
--teal-200: #BDF2FE;
--teal-300: #8BE9FE;
--teal-400: #4EDDFD;
--teal-500: #1CD3FD;
--teal-600: #02B6DE;
--teal-700: #0291B1;
--teal-800: #01677E;
--teal-900: #014251;
--teal-950: #012932;
}