Teal
#05697A
CyanColor Codes
All color formats for development
HEX
#05697ARGB
rgb(5, 105, 122)HSL
hsl(189, 92%, 25%)OKLCH
oklch(0.479 0.083 214.1)CMYK
cmyk(96%, 14%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055E6E
2#045462
3#044956
4#033F49
5#03343D
6#022A31
7#021F25
8#011518
9#010A0C
Tints
Lighter variations
1#07889F
2#08A8C4
3#0AC7E9
4#23D6F6
5#47DDF7
6#6CE4F9
7#91EBFA
8#B6F1FC
9#DAF8FD
Tones
Muted variations
1#0B6575
2#11616F
3#175C69
4#1D5863
5#22545D
6#285057
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 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEA #8EEAFA | BordersInactive statesPlaceholder text |
| 400 | 54DF #54DFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D6 #23D6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B8 #09B8D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0793 #0793AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0569 #05697A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434E | 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: #DDF9FE;
--teal-200: #BFF3FC;
--teal-300: #8EEAFA;
--teal-400: #54DFF8;
--teal-500: #23D6F6;
--teal-600: #09B8D7;
--teal-700: #0793AB;
--teal-800: #05697A;
--teal-900: #03434E;
--teal-950: #022A31;
}