Teal
#196367
CyanColor Codes
All color formats for development
HEX
#196367RGB
rgb(25, 99, 103)HSL
hsl(183, 61%, 25%)OKLCH
oklch(0.458 0.069 200.4)CMYK
cmyk(76%, 4%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16595C
2#144F52
3#114548
4#0F3B3E
5#0C3133
6#0A2729
7#071E1F
8#051415
9#020A0A
Tints
Lighter variations
1#208085
2#289EA4
3#2FBCC3
4#46CBD2
5#65D4DA
6#84DCE1
7#A3E5E9
8#C1EEF0
9#E0F6F8
Tones
Muted variations
1#1D5F63
2#215C5F
3#25585B
4#285557
5#2C5153
6#304E4F
7#344A4B
8#384748
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF0 #CAF0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E5 #A1E5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD7 #6FD7DC | Disabled statesSecondary iconsMuted text |
| 500 | 46CB #46CBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAE #2CAEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 238A #238A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1963 #196367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103F #103F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F7F8;
--teal-200: #CAF0F2;
--teal-300: #A1E5E8;
--teal-400: #6FD7DC;
--teal-500: #46CBD2;
--teal-600: #2CAEB5;
--teal-700: #238A90;
--teal-800: #196367;
--teal-900: #103F42;
--teal-950: #0A2729;
}