Teal
#01697E
CyanColor Codes
All color formats for development
HEX
#01697ERGB
rgb(1, 105, 126)HSL
hsl(190, 98%, 25%)OKLCH
oklch(0.481 0.086 218)CMYK
cmyk(99%, 17%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#015F72
2#015465
3#014A58
4#013F4C
5#01353F
6#012A32
7#002026
8#001519
9#000B0D
Tints
Lighter variations
1#0289A4
2#02A9CA
3#02C8F0
4#1CD7FD
5#42DEFD
6#68E4FD
7#8DEBFE
8#B3F2FE
9#D9F8FF
Tones
Muted variations
1#086578
2#0E6172
3#145D6B
4#1A5965
5#21555F
6#275059
7#2D4C52
8#33484C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEB #8BEBFE | BordersInactive statesPlaceholder text |
| 400 | 4EE0 #4EE0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD7 #1CD7FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02BA #02BADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0294 #0294B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0169 #01697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014351 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF9FF;
--teal-200: #BDF4FE;
--teal-300: #8BEBFE;
--teal-400: #4EE0FD;
--teal-500: #1CD7FD;
--teal-600: #02BADE;
--teal-700: #0294B1;
--teal-800: #01697E;
--teal-900: #014351;
--teal-950: #012A32;
}