Teal
#066A79
CyanColor Codes
All color formats for development
HEX
#066A79RGB
rgb(6, 106, 121)HSL
hsl(188, 91%, 25%)OKLCH
oklch(0.482 0.082 211.9)CMYK
cmyk(95%, 12%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05606E
2#055561
3#044A55
4#034049
5#03353D
6#022B31
7#022025
8#011518
9#010B0C
Tints
Lighter variations
1#078A9E
2#09AAC3
3#0BCAE7
4#24D9F5
5#48DFF6
6#6DE6F8
7#91ECFA
8#B6F2FC
9#DAF9FD
Tones
Muted variations
1#0C6674
2#11626E
3#175E68
4#1D5963
5#23555D
6#295157
7#2E4D51
8#34484B
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEB #8FEBFA | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D9 #24D9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0ABB #0ABBD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0895 #0895AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF9FD;
--teal-200: #C0F4FC;
--teal-300: #8FEBFA;
--teal-400: #55E1F7;
--teal-500: #24D9F5;
--teal-600: #0ABBD6;
--teal-700: #0895AA;
--teal-800: #066A7A;
--teal-900: #04444E;
--teal-950: #022B31;
}