Teal
#066479
CyanColor Codes
All color formats for development
HEX
#066479RGB
rgb(6, 100, 121)HSL
hsl(191, 91%, 25%)OKLCH
oklch(0.466 0.083 219.2)CMYK
cmyk(95%, 17%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055A6E
2#055061
3#044655
4#033C49
5#03323D
6#022831
7#021E25
8#011418
9#010A0C
Tints
Lighter variations
1#07839E
2#09A1C3
3#0BBFE7
4#24CEF5
5#48D6F6
6#6DDFF8
7#91E7FA
8#B6EFFC
9#DAF7FD
Tones
Muted variations
1#0C6174
2#115D6E
3#175968
4#1D5663
5#23525D
6#294E57
7#2E4B51
8#34474B
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE6 #8FE6FA | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24CE #24CEF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB1 #0AB1D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088D #088DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #06647A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF7FD;
--teal-200: #C0F1FC;
--teal-300: #8FE6FA;
--teal-400: #55D9F7;
--teal-500: #24CEF5;
--teal-600: #0AB1D6;
--teal-700: #088DAA;
--teal-800: #06647A;
--teal-900: #04404E;
--teal-950: #022831;
}