Teal
#03757D
CyanColor Codes
All color formats for development
HEX
#03757DRGB
rgb(3, 117, 125)HSL
hsl(184, 95%, 25%)OKLCH
oklch(0.513 0.087 203.2)CMYK
cmyk(98%, 6%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036970
2#035D63
3#025157
4#02464B
5#023A3E
6#012E32
7#012325
8#011719
9#000C0C
Tints
Lighter variations
1#0497A2
2#05BAC7
3#06DDEC
4#1FEBF9
5#45EEFA
6#6AF1FB
7#8FF5FC
8#B4F8FD
9#DAFCFE
Tones
Muted variations
1#096F76
2#0F6A70
3#15646A
4#1B5F64
5#215A5E
6#285558
7#2E4F52
8#344A4C
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF5 #8DF5FC | BordersInactive statesPlaceholder text |
| 400 | 51EF #51EFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FEB #1FEBF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06CD #06CDDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A3 #04A3AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0374 #03747C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024A #024A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFE;
--teal-200: #BEF9FD;
--teal-300: #8DF5FC;
--teal-400: #51EFFB;
--teal-500: #1FEBF9;
--teal-600: #06CDDB;
--teal-700: #04A3AE;
--teal-800: #03747C;
--teal-900: #024A50;
--teal-950: #012E32;
}