Teal
#1A9499
CyanColor Codes
All color formats for development
HEX
#1A9499RGB
rgb(26, 148, 153)HSL
hsl(182, 71%, 35%)OKLCH
oklch(0.608 0.098 199.3)CMYK
cmyk(83%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178689
2#15777A
3#12686B
4#10595C
5#0D4A4C
6#0A3B3D
7#082D2E
8#051E1F
9#030F0F
Tints
Lighter variations
1#1FB0B5
2#23CCD1
3#39D8DD
4#55DDE2
5#71E3E7
6#8EE9EC
7#AAEEF1
8#C6F4F5
9#E3F9FA
Tones
Muted variations
1#208E92
2#27898C
3#2D8386
4#337D7F
5#3A7779
6#407173
7#466B6C
8#4D6566
9#535F60
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 #C6F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBEE | BordersInactive statesPlaceholder text |
| 400 | 66E1 #66E1E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD8 #3BD8DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21BB #21BBC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A94 #1A9499 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126A #126A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C44 #0C4446 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F9FA;
--teal-200: #C6F4F5;
--teal-300: #9BEBEE;
--teal-400: #66E1E5;
--teal-500: #3BD8DE;
--teal-600: #21BBC0;
--teal-700: #1A9499;
--teal-800: #126A6D;
--teal-900: #0C4446;
--teal-950: #072A2C;
}