Teal
#06687A
CyanColor Codes
All color formats for development
HEX
#06687ARGB
rgb(6, 104, 122)HSL
hsl(189, 91%, 25%)OKLCH
oklch(0.477 0.083 215.4)CMYK
cmyk(95%, 15%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055E6E
2#055361
3#044955
4#033F49
5#03343D
6#022A31
7#021F25
8#011518
9#010A0C
Tints
Lighter variations
1#07889E
2#09A7C3
3#0BC6E7
4#24D5F5
5#48DCF6
6#6DE3F8
7#91EAFA
8#B6F1FC
9#DAF8FD
Tones
Muted variations
1#0C6474
2#11606E
3#175C68
4#1D5863
5#23545D
6#295057
7#2E4C51
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 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEA #8FEAFA | BordersInactive statesPlaceholder text |
| 400 | 55DF #55DFF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D5 #24D5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB8 #0AB8D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0892 #0892AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #06687A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF9FD;
--teal-200: #C0F3FC;
--teal-300: #8FEAFA;
--teal-400: #55DFF7;
--teal-500: #24D5F5;
--teal-600: #0AB8D6;
--teal-700: #0892AA;
--teal-800: #06687A;
--teal-900: #04434E;
--teal-950: #022A31;
}