Teal
#1A8E99
CyanColor Codes
All color formats for development
HEX
#1A8E99RGB
rgb(26, 142, 153)HSL
hsl(185, 71%, 35%)OKLCH
oklch(0.592 0.096 205)CMYK
cmyk(83%, 7%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178089
2#15727A
3#12636B
4#10555C
5#0D474C
6#0A393D
7#082B2E
8#051C1F
9#030E0F
Tints
Lighter variations
1#1FA8B5
2#23C3D1
3#39D0DD
4#55D6E2
5#71DDE7
6#8EE4EC
7#AAEBF1
8#C6F1F5
9#E3F8FA
Tones
Muted variations
1#208992
2#27838C
3#2D7E86
4#33797F
5#3A7479
6#406E73
7#46696C
8#4D6466
9#535F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7EE | BordersInactive statesPlaceholder text |
| 400 | 66DB #66DBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD0 #3BD0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21B3 #21B3C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8E #1A8E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1265 #12656D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4146 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FA;
--teal-200: #C6F1F5;
--teal-300: #9BE7EE;
--teal-400: #66DBE5;
--teal-500: #3BD0DE;
--teal-600: #21B3C0;
--teal-700: #1A8E99;
--teal-800: #12656D;
--teal-900: #0C4146;
--teal-950: #07292C;
}