Teal
#01617E
CyanColor Codes
All color formats for development
HEX
#01617ERGB
rgb(1, 97, 126)HSL
hsl(194, 98%, 25%)OKLCH
oklch(0.46 0.088 227.1)CMYK
cmyk(99%, 23%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#015772
2#014E65
3#014458
4#013A4C
5#01313F
6#012732
7#001D26
8#001319
9#000A0D
Tints
Lighter variations
1#027EA4
2#029BCA
3#02B8F0
4#1CC8FD
5#42D1FD
6#68DAFD
7#8DE4FE
8#B3EDFE
9#D9F6FF
Tones
Muted variations
1#085E78
2#0E5A72
3#14576B
4#1A5465
5#21505F
6#274D59
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 #DCF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEF #BDEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FE | BordersInactive statesPlaceholder text |
| 400 | 4ED4 #4ED4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC8 #1CC8FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AB #02ABDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0288 #0288B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0161 #01617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E51 | 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: #DCF6FF;
--teal-200: #BDEFFE;
--teal-300: #8BE3FE;
--teal-400: #4ED4FD;
--teal-500: #1CC8FD;
--teal-600: #02ABDE;
--teal-700: #0288B1;
--teal-800: #01617E;
--teal-900: #013E51;
--teal-950: #012732;
}