Teal
#12626D
CyanColor Codes
All color formats for development
HEX
#12626DRGB
rgb(18, 98, 109)HSL
hsl(187, 72%, 25%)OKLCH
oklch(0.456 0.073 209.1)CMYK
cmyk(83%, 10%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105963
2#0E4F58
3#0C454D
4#0B3B42
5#093137
6#07282C
7#051E21
8#041416
9#020A0B
Tints
Lighter variations
1#17818F
2#1D9EAF
3#22BCD0
4#3ACCDF
5#5BD4E4
6#7BDDEA
7#9CE5EF
8#BDEEF4
9#DEF6FA
Tones
Muted variations
1#165F69
2#1B5C64
3#205860
4#24555B
5#295157
6#2D4E52
7#324A4E
8#374749
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D7 #65D7E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ACC #3ACCDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FAE #1FAEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 198B #198B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1263 #12636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F7FA;
--teal-200: #C6F0F6;
--teal-300: #9AE5EF;
--teal-400: #65D7E6;
--teal-500: #3ACCDF;
--teal-600: #1FAEC1;
--teal-700: #198B9A;
--teal-800: #12636E;
--teal-900: #0B3F46;
--teal-950: #07282C;
}