Teal
#02657E
CyanColor Codes
All color formats for development
HEX
#02657ERGB
rgb(2, 101, 126)HSL
hsl(192, 97%, 25%)OKLCH
oklch(0.47 0.087 222.7)CMYK
cmyk(98%, 20%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025B71
2#025164
3#014758
4#013D4B
5#01323F
6#012832
7#011E26
8#001419
9#000A0D
Tints
Lighter variations
1#0283A3
2#03A1C9
3#04C0EF
4#1DCFFC
5#43D7FC
6#68DFFD
7#8EE7FD
8#B4EFFE
9#D9F7FE
Tones
Muted variations
1#086177
2#0E5D71
3#145A6B
4#1B5665
5#21525F
6#274F58
7#2D4B52
8#33474C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE6 #8BE6FD | BordersInactive statesPlaceholder text |
| 400 | 4FDA #4FDAFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCF #1DCFFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B2 #03B2DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038D #038DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0265 #02657E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0141 #014150 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF8FE;
--teal-200: #BEF1FE;
--teal-300: #8BE6FD;
--teal-400: #4FDAFC;
--teal-500: #1DCFFC;
--teal-600: #03B2DD;
--teal-700: #038DB0;
--teal-800: #02657E;
--teal-900: #014150;
--teal-950: #012832;
}