Teal
#03647C
CyanColor Codes
All color formats for development
HEX
#03647CRGB
rgb(3, 100, 124)HSL
hsl(192, 95%, 25%)OKLCH
oklch(0.467 0.085 222)CMYK
cmyk(98%, 19%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035A70
2#035063
3#024657
4#023C4B
5#02323E
6#012832
7#011E25
8#011419
9#000A0C
Tints
Lighter variations
1#0482A2
2#05A0C7
3#06BEEC
4#1FCEF9
5#45D6FA
6#6ADEFB
7#8FE6FC
8#B4EFFD
9#DAF7FE
Tones
Muted variations
1#096076
2#0F5D70
3#15596A
4#1B5664
5#21525E
6#284E58
7#2E4B52
8#34474C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE6 #8DE6FC | BordersInactive statesPlaceholder text |
| 400 | 51D9 #51D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FCE #1FCEF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B0 #06B0DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048C #048CAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF7FE;
--teal-200: #BEF1FD;
--teal-300: #8DE6FC;
--teal-400: #51D9FB;
--teal-500: #1FCEF9;
--teal-600: #06B0DB;
--teal-700: #048CAE;
--teal-800: #03647C;
--teal-900: #024050;
--teal-950: #012832;
}