Teal
#1F8693
CyanColor Codes
All color formats for development
HEX
#1F8693RGB
rgb(31, 134, 147)HSL
hsl(187, 65%, 35%)OKLCH
oklch(0.57 0.09 207.8)CMYK
cmyk(79%, 9%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7885
2#196B76
3#165E67
4#135058
5#10434A
6#0C353B
7#09282C
8#061B1D
9#030D0F
Tints
Lighter variations
1#259FAF
2#2BB7CA
3#40C5D6
4#5BCDDC
5#76D5E2
6#92DEE8
7#ADE6EE
8#C8EEF3
9#E4F7F9
Tones
Muted variations
1#25818D
2#2B7D88
3#317882
4#36747C
5#3C6F76
6#426B70
7#48676B
8#4E6265
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EA | BordersInactive statesPlaceholder text |
| 400 | 6CD2 #6CD2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C5 #42C5D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A8 #27A8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F86 #1F8693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #166069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F6F9;
--teal-200: #C8EEF3;
--teal-300: #9EE2EA;
--teal-400: #6CD2E0;
--teal-500: #42C5D7;
--teal-600: #27A8B9;
--teal-700: #1F8693;
--teal-800: #166069;
--teal-900: #0E3D43;
--teal-950: #09262A;
}