Teal
#037C7C
CyanColor Codes
All color formats for development
HEX
#037C7CRGB
rgb(3, 124, 124)HSL
hsl(180, 95%, 25%)OKLCH
oklch(0.531 0.09 194.8)CMYK
cmyk(98%, 0%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037070
2#036363
3#025757
4#024B4B
5#023E3E
6#013232
7#012525
8#011919
9#000C0C
Tints
Lighter variations
1#04A2A2
2#05C7C7
3#06ECEC
4#1FF9F9
5#45FAFA
6#6AFBFB
7#8FFCFC
8#B4FDFD
9#DAFEFE
Tones
Muted variations
1#097676
2#0F7070
3#156A6A
4#1B6464
5#215E5E
6#285858
7#2E5252
8#344C4C
9#3A4646
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCFC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFF;
--teal-100: #DCFEFE;
--teal-200: #BEFDFD;
--teal-300: #8DFCFC;
--teal-400: #51FBFB;
--teal-500: #1FF9F9;
--teal-600: #06DBDB;
--teal-700: #04AEAE;
--teal-800: #037C7C;
--teal-900: #025050;
--teal-950: #013232;
}