Teal
#1F8293
CyanColor Codes
All color formats for development
HEX
#1F8293RGB
rgb(31, 130, 147)HSL
hsl(189, 65%, 35%)OKLCH
oklch(0.56 0.089 212.1)CMYK
cmyk(79%, 12%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7585
2#196876
3#165B67
4#134E58
5#10414A
6#0C343B
7#09272C
8#061A1D
9#030D0F
Tints
Lighter variations
1#259AAF
2#2BB2CA
3#40C0D6
4#5BC9DC
5#76D2E2
6#92DBE8
7#ADE4EE
8#C8EDF3
9#E4F6F9
Tones
Muted variations
1#257E8D
2#2B7A88
3#317682
4#36727C
5#3C6E76
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 | C8ED #C8EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDF #9EDFEA | BordersInactive statesPlaceholder text |
| 400 | 6CCE #6CCEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C0 #42C0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A3 #27A3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F82 #1F8293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165D #165D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B43 | 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: #C8EDF3;
--teal-300: #9EDFEA;
--teal-400: #6CCEE0;
--teal-500: #42C0D7;
--teal-600: #27A3B9;
--teal-700: #1F8293;
--teal-800: #165D69;
--teal-900: #0E3B43;
--teal-950: #09252A;
}