Teal
#126A6D
CyanColor Codes
All color formats for development
HEX
#126A6DRGB
rgb(18, 106, 109)HSL
hsl(182, 72%, 25%)OKLCH
oklch(0.478 0.077 198.5)CMYK
cmyk(83%, 3%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106063
2#0E5558
3#0C4B4D
4#0B4042
5#093537
6#072B2C
7#052021
8#041516
9#020B0B
Tints
Lighter variations
1#178B8F
2#1DABAF
3#22CBD0
4#3AD9DF
5#5BE0E4
6#7BE6EA
7#9CECEF
8#BDF2F4
9#DEF9FA
Tones
Muted variations
1#166669
2#1B6264
3#205E60
4#24595B
5#295557
6#2D5152
7#324D4E
8#374849
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEC #9AECEF | BordersInactive statesPlaceholder text |
| 400 | 65E2 #65E2E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AD9 #3AD9DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FBC #1FBCC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1995 #19959A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126B #126B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4446 | Primary textHigh emphasis contentDark headings |
| 950 | 072B #072B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F9FA;
--teal-200: #C6F4F6;
--teal-300: #9AECEF;
--teal-400: #65E2E6;
--teal-500: #3AD9DF;
--teal-600: #1FBCC1;
--teal-700: #19959A;
--teal-800: #126B6E;
--teal-900: #0B4446;
--teal-950: #072B2C;
}