Teal
#066679
CyanColor Codes
All color formats for development
HEX
#066679RGB
rgb(6, 102, 121)HSL
hsl(190, 91%, 25%)OKLCH
oklch(0.471 0.082 216.8)CMYK
cmyk(95%, 16%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055C6E
2#055261
3#044855
4#033D49
5#03333D
6#022931
7#021F25
8#011418
9#010A0C
Tints
Lighter variations
1#07859E
2#09A4C3
3#0BC3E7
4#24D2F5
5#48D9F6
6#6DE1F8
7#91E8FA
8#B6F0FC
9#DAF7FD
Tones
Muted variations
1#0C6374
2#115F6E
3#175B68
4#1D5763
5#23535D
6#294F57
7#2E4B51
8#34474B
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE8 #8FE8FA | BordersInactive statesPlaceholder text |
| 400 | 55DC #55DCF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D2 #24D2F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB4 #0AB4D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088F #088FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #06667A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FD;
--teal-200: #C0F2FC;
--teal-300: #8FE8FA;
--teal-400: #55DCF7;
--teal-500: #24D2F5;
--teal-600: #0AB4D6;
--teal-700: #088FAA;
--teal-800: #06667A;
--teal-900: #04424E;
--teal-950: #022931;
}