Teal
#14666C
CyanColor Codes
All color formats for development
HEX
#14666CRGB
rgb(20, 102, 108)HSL
hsl(184, 69%, 25%)OKLCH
oklch(0.467 0.074 202.5)CMYK
cmyk(81%, 6%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125C61
2#105156
3#0E474B
4#0C3D41
5#0A3336
6#08292B
7#061F20
8#041416
9#020A0B
Tints
Lighter variations
1#1A848C
2#20A3AC
3#26C2CD
4#3DD1DB
5#5DD9E1
6#7EE0E7
7#9EE8ED
8#BEF0F3
9#DFF7F9
Tones
Muted variations
1#186267
2#1D5E63
3#215A5F
4#25575A
5#2A5356
6#2E4F51
7#334B4D
8#374749
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE7 #9CE7ED | BordersInactive statesPlaceholder text |
| 400 | 68DB #68DBE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD1 #3DD1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B3 #23B3BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8F #1C8F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1466 #14666C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F8F9;
--teal-200: #C7F2F5;
--teal-300: #9CE7ED;
--teal-400: #68DBE3;
--teal-500: #3DD1DB;
--teal-600: #23B3BE;
--teal-700: #1C8F97;
--teal-800: #14666C;
--teal-900: #0D4145;
--teal-950: #08292B;
}