Teal
#19959A
CyanColor Codes
All color formats for development
HEX
#19959ARGB
rgb(25, 149, 154)HSL
hsl(182, 72%, 35%)OKLCH
oklch(0.611 0.099 199.3)CMYK
cmyk(84%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16868A
2#14777B
3#11686B
4#0F5A5C
5#0C4B4D
6#0A3C3D
7#072D2E
8#051E1F
9#020F0F
Tints
Lighter variations
1#1EB1B6
2#22CDD3
3#37D9DF
4#54DEE3
5#70E4E8
6#8DE9EC
7#A9EFF1
8#C6F4F6
9#E2FAFA
Tones
Muted variations
1#1F8F93
2#26898D
3#2C8386
4#337D80
5#397779
6#407173
7#466B6D
8#4C6566
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 #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;
}