Teal
#065179
BlueColor Codes
All color formats for development
HEX
#065179RGB
rgb(6, 81, 121)HSL
hsl(201, 91%, 25%)OKLCH
oklch(0.415 0.093 240.4)CMYK
cmyk(95%, 33%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05496E
2#054161
3#043955
4#033149
5#03293D
6#022031
7#021825
8#011018
9#01080C
Tints
Lighter variations
1#07699E
2#0982C3
3#0B9AE7
4#24ACF5
5#48B9F6
6#6DC7F8
7#91D5FA
8#B6E3FC
9#DAF1FD
Tones
Muted variations
1#0C4F74
2#114E6E
3#174C68
4#1D4A63
5#23485D
6#294757
7#2E4551
8#34434B
9#3A4146
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD4 #8FD4FA | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AC #24ACF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8F #0A8FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0872 #0872AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #06517A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0F9FE;
--teal-100: #DDF2FD;
--teal-200: #C0E7FC;
--teal-300: #8FD4FA;
--teal-400: #55BEF7;
--teal-500: #24ACF5;
--teal-600: #0A8FD6;
--teal-700: #0872AA;
--teal-800: #06517A;
--teal-900: #04344E;
--teal-950: #022031;
}