Teal
#21918C
CyanColor Codes
All color formats for development
HEX
#21918CRGB
rgb(33, 145, 140)HSL
hsl(177, 63%, 35%)OKLCH
oklch(0.596 0.095 190.3)CMYK
cmyk(77%, 0%, 3%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E837E
2#1A7470
3#176662
4#145754
5#114946
6#0D3A38
7#0A2C2A
8#071D1C
9#030F0E
Tints
Lighter variations
1#27ACA6
2#2DC8C0
3#42D4CD
4#5DDAD4
5#78E0DB
6#93E6E2
7#AEEDE9
8#C9F3F1
9#E4F9F8
Tones
Muted variations
1#278C87
2#2C8682
3#32817D
4#387B78
5#3D7573
6#43706D
7#486A68
8#4E6463
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F7;
--teal-200: #C9F3F1;
--teal-300: #9FE9E6;
--teal-400: #6EDED8;
--teal-500: #44D5CD;
--teal-600: #2AB7B0;
--teal-700: #21918C;
--teal-800: #186864;
--teal-900: #0F4340;
--teal-950: #092A28;
}