Teal
#1F8093
CyanColor Codes
All color formats for development
HEX
#1F8093RGB
rgb(31, 128, 147)HSL
hsl(190, 65%, 35%)OKLCH
oklch(0.555 0.089 214.3)CMYK
cmyk(79%, 13%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7385
2#196676
3#165A67
4#134D58
5#10404A
6#0C333B
7#09262C
8#061A1D
9#030D0F
Tints
Lighter variations
1#2598AF
2#2BAFCA
3#40BDD6
4#5BC7DC
5#76D0E2
6#92D9E8
7#ADE3EE
8#C8ECF3
9#E4F6F9
Tones
Muted variations
1#257C8D
2#2B7888
3#317482
4#36707C
5#3C6D76
6#426970
7#48656B
8#4E6165
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEA | BordersInactive statesPlaceholder text |
| 400 | 6CCC #6CCCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BE #42BED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A1 #27A1B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F80 #1F8093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165B #165B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F5F9;
--teal-200: #C8ECF3;
--teal-300: #9EDEEA;
--teal-400: #6CCCE0;
--teal-500: #42BED7;
--teal-600: #27A1B9;
--teal-700: #1F8093;
--teal-800: #165B69;
--teal-900: #0E3A43;
--teal-950: #09252A;
}