Teal
#01677E
CyanColor Codes
All color formats for development
HEX
#01677ERGB
rgb(1, 103, 126)HSL
hsl(191, 98%, 25%)OKLCH
oklch(0.475 0.086 220.3)CMYK
cmyk(99%, 18%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#015D72
2#015365
3#014858
4#013E4C
5#01343F
6#012932
7#001F26
8#001519
9#000A0D
Tints
Lighter variations
1#0286A4
2#02A5CA
3#02C4F0
4#1CD3FD
5#42DBFD
6#68E2FD
7#8DE9FE
8#B3F0FE
9#D9F8FF
Tones
Muted variations
1#086378
2#0E5F72
3#145B6B
4#1A5765
5#21545F
6#275059
7#2D4C52
8#33484C
9#3A4446
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;
}