Teal
#04657B
CyanColor Codes
All color formats for development
HEX
#04657BRGB
rgb(4, 101, 123)HSL
hsl(191, 94%, 25%)OKLCH
oklch(0.469 0.084 219.9)CMYK
cmyk(97%, 18%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035C6F
2#035163
3#034757
4#023D4A
5#02333E
6#022931
7#011F25
8#011419
9#000A0C
Tints
Lighter variations
1#0584A1
2#06A3C6
3#07C1EB
4#20D1F8
5#45D8F9
6#6BE0FA
7#90E8FC
8#B5F0FD
9#DAF7FE
Tones
Muted variations
1#0A6276
2#105E70
3#165A6A
4#1C5764
5#22535E
6#284F58
7#2E4B52
8#34474C
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 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE7 #8DE7FB | BordersInactive statesPlaceholder text |
| 400 | 52DB #52DBFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D1 #20D1F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B3 #07B3DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058E #058EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0466 #04667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #02414F | 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: #BFF2FD;
--teal-300: #8DE7FB;
--teal-400: #52DBFA;
--teal-500: #20D1F8;
--teal-600: #07B3DA;
--teal-700: #058EAD;
--teal-800: #04667C;
--teal-900: #02414F;
--teal-950: #022931;
}