Teal
#02717E
CyanColor Codes
All color formats for development
HEX
#02717ERGB
rgb(2, 113, 126)HSL
hsl(186, 97%, 25%)OKLCH
oklch(0.502 0.086 208.8)CMYK
cmyk(98%, 10%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026671
2#025B64
3#014F58
4#01444B
5#01393F
6#012D32
7#012226
8#001719
9#000B0D
Tints
Lighter variations
1#0293A3
2#03B5C9
3#04D7EF
4#1DE5FC
5#43EAFC
6#68EEFD
7#8EF2FD
8#B4F6FE
9#D9FBFE
Tones
Muted variations
1#086C77
2#0E6771
3#14626B
4#1B5D65
5#21585F
6#275458
7#2D4F52
8#334A4C
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FD | BordersInactive statesPlaceholder text |
| 400 | 4FEB #4FEBFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE5 #1DE5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C7 #03C7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039F #039FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0271 #02717E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0148 #014850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFE;
--teal-200: #BEF8FE;
--teal-300: #8BF2FD;
--teal-400: #4FEBFC;
--teal-500: #1DE5FC;
--teal-600: #03C7DD;
--teal-700: #039FB0;
--teal-800: #02717E;
--teal-900: #014850;
--teal-950: #012D32;
}