Teal
#14606B
CyanColor Codes
All color formats for development
HEX
#14606BRGB
rgb(20, 96, 107)HSL
hsl(188, 69%, 25%)OKLCH
oklch(0.45 0.071 209.6)CMYK
cmyk(81%, 10%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125661
2#104D56
3#0E434B
4#0C3A41
5#0A3036
6#08262B
7#061D20
8#041316
9#020A0B
Tints
Lighter variations
1#1A7D8C
2#209AAC
3#26B6CD
4#3DC6DB
5#5DD0E1
6#7ED9E7
7#9EE3ED
8#BEECF3
9#DFF6F9
Tones
Muted variations
1#185D67
2#1D5A63
3#21565F
4#25535A
5#2A5056
6#2E4D51
7#33494D
8#374649
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2ED | BordersInactive statesPlaceholder text |
| 400 | 68D3 #68D3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC6 #3DC6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A9 #23A9BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C86 #1C8697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6F9;
--teal-200: #C7EFF5;
--teal-300: #9CE2ED;
--teal-400: #68D3E3;
--teal-500: #3DC6DB;
--teal-600: #23A9BE;
--teal-700: #1C8697;
--teal-800: #14606C;
--teal-900: #0D3D45;
--teal-950: #08262B;
}