Teal
#04677B
CyanColor Codes
All color formats for development
HEX
#04677BRGB
rgb(4, 103, 123)HSL
hsl(190, 94%, 25%)OKLCH
oklch(0.474 0.084 217.5)CMYK
cmyk(97%, 16%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035D6F
2#035363
3#034957
4#023E4A
5#02343E
6#022931
7#011F25
8#011519
9#000A0C
Tints
Lighter variations
1#0587A1
2#06A6C6
3#07C5EB
4#20D4F8
5#45DBF9
6#6BE2FA
7#90EAFC
8#B5F1FD
9#DAF8FE
Tones
Muted variations
1#0A6476
2#106070
3#165C6A
4#1C5864
5#22545E
6#285058
7#2E4C52
8#34484C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FB | BordersInactive statesPlaceholder text |
| 400 | 52DE #52DEFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D4 #20D4F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B7 #07B7DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0591 #0591AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0468 #04687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #02424F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF8FE;
--teal-200: #BFF3FD;
--teal-300: #8DE9FB;
--teal-400: #52DEFA;
--teal-500: #20D4F8;
--teal-600: #07B7DA;
--teal-700: #0591AD;
--teal-800: #04687C;
--teal-900: #02424F;
--teal-950: #022931;
}