Teal
#01637E
CyanColor Codes
All color formats for development
HEX
#01637ERGB
rgb(1, 99, 126)HSL
hsl(193, 98%, 25%)OKLCH
oklch(0.465 0.088 224.9)CMYK
cmyk(99%, 21%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#015972
2#014F65
3#014558
4#013B4C
5#01323F
6#012832
7#001E26
8#001419
9#000A0D
Tints
Lighter variations
1#0281A4
2#029FCA
3#02BCF0
4#1CCCFD
5#42D4FD
6#68DDFD
7#8DE5FE
8#B3EEFE
9#D9F6FF
Tones
Muted variations
1#086078
2#0E5C72
3#14596B
4#1A5565
5#21515F
6#274E59
7#2D4A52
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 | DCF7 #DCF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FE | BordersInactive statesPlaceholder text |
| 400 | 4ED7 #4ED7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CCC #1CCCFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AF #02AFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 028B #028BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0163 #01637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F51 | 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: #DCF7FF;
--teal-200: #BDF0FE;
--teal-300: #8BE5FE;
--teal-400: #4ED7FD;
--teal-500: #1CCCFD;
--teal-600: #02AFDE;
--teal-700: #028BB1;
--teal-800: #01637E;
--teal-900: #013F51;
--teal-950: #012832;
}