Teal
#02617E
CyanColor Codes
All color formats for development
HEX
#02617ERGB
rgb(2, 97, 126)HSL
hsl(194, 97%, 25%)OKLCH
oklch(0.46 0.088 227.2)CMYK
cmyk(98%, 23%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025771
2#024D64
3#014458
4#013A4B
5#01303F
6#012732
7#011D26
8#001319
9#000A0D
Tints
Lighter variations
1#027EA3
2#039BC9
3#04B8EF
4#1DC8FC
5#43D1FC
6#68DAFD
7#8EE3FD
8#B4EDFE
9#D9F6FE
Tones
Muted variations
1#085D77
2#0E5A71
3#14576B
4#1B5465
5#21505F
6#274D58
7#2D4A52
8#33464C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEF #BEEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FD | BordersInactive statesPlaceholder text |
| 400 | 4FD4 #4FD4FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DC8 #1DC8FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03AA #03AADD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0387 #0387B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0261 #02617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BEEFFE;
--teal-300: #8BE3FD;
--teal-400: #4FD4FC;
--teal-500: #1DC8FC;
--teal-600: #03AADD;
--teal-700: #0387B0;
--teal-800: #02617E;
--teal-900: #013E50;
--teal-950: #012732;
}