Teal
#12586E
CyanColor Codes
All color formats for development
HEX
#12586ERGB
rgb(18, 88, 110)HSL
hsl(194, 72%, 25%)OKLCH
oklch(0.43 0.074 224.4)CMYK
cmyk(84%, 20%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#104F63
2#0E4758
3#0C3E4D
4#0B3542
5#092C37
6#07232C
7#051A21
8#041216
9#02090B
Tints
Lighter variations
1#17738F
2#1D8DAF
3#22A8D0
4#3AB8DF
5#5BC4E4
6#7BD0EA
7#9CDCEF
8#BDE7F4
9#DEF3FA
Tones
Muted variations
1#165669
2#1B5364
3#205160
4#244E5B
5#294C57
6#2D4A52
7#32474E
8#374549
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EB #C6EBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADB #9ADBEF | BordersInactive statesPlaceholder text |
| 400 | 65C8 #65C8E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB8 #3AB8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F9B #1F9BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 197C #197C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1258 #12586E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3846 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FA;
--teal-200: #C6EBF6;
--teal-300: #9ADBEF;
--teal-400: #65C8E6;
--teal-500: #3AB8DF;
--teal-600: #1F9BC1;
--teal-700: #197C9A;
--teal-800: #12586E;
--teal-900: #0B3846;
--teal-950: #07232C;
}