Teal
#02757E
CyanColor Codes
All color formats for development
HEX
#02757ERGB
rgb(2, 117, 126)HSL
hsl(184, 97%, 25%)OKLCH
oklch(0.513 0.087 204.2)CMYK
cmyk(98%, 7%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026A71
2#025E64
3#015258
4#01464B
5#013B3F
6#012F32
7#012326
8#001719
9#000C0D
Tints
Lighter variations
1#0299A3
2#03BCC9
3#04DFEF
4#1DEDFC
5#43F0FC
6#68F3FD
7#8EF6FD
8#B4F9FE
9#D9FCFE
Tones
Muted variations
1#087077
2#0E6B71
3#14656B
4#1B6065
5#215B5F
6#275558
7#2D5052
8#334A4C
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFA #BEFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FD | BordersInactive statesPlaceholder text |
| 400 | 4FF1 #4FF1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DED #1DEDFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CF #03CFDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A4 #03A4B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0275 #02757E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFE;
--teal-200: #BEFAFE;
--teal-300: #8BF6FD;
--teal-400: #4FF1FC;
--teal-500: #1DEDFC;
--teal-600: #03CFDD;
--teal-700: #03A4B0;
--teal-800: #02757E;
--teal-900: #014B50;
--teal-950: #012F32;
}