Teal
#026D7E
CyanColor Codes
All color formats for development
HEX
#026D7ERGB
rgb(2, 109, 126)HSL
hsl(188, 97%, 25%)OKLCH
oklch(0.492 0.086 213.4)CMYK
cmyk(98%, 13%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026271
2#025764
3#014C58
4#01414B
5#01373F
6#012C32
7#012126
8#001619
9#000B0D
Tints
Lighter variations
1#028EA3
2#03AFC9
3#04CFEF
4#1DDEFC
5#43E3FC
6#68E9FD
7#8EEEFD
8#B4F4FE
9#D9F9FE
Tones
Muted variations
1#086977
2#0E6471
3#145F6B
4#1B5B65
5#21565F
6#275258
7#2D4D52
8#33494C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEE #8BEEFD | BordersInactive statesPlaceholder text |
| 400 | 4FE5 #4FE5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DDE #1DDEFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C0 #03C0DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0399 #0399B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026D #026D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0146 #014650 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BEF5FE;
--teal-300: #8BEEFD;
--teal-400: #4FE5FC;
--teal-500: #1DDEFC;
--teal-600: #03C0DD;
--teal-700: #0399B0;
--teal-800: #026D7E;
--teal-900: #014650;
--teal-950: #012C32;
}