Teal
#054F7A
BlueColor Codes
All color formats for development
HEX
#054F7ARGB
rgb(5, 79, 122)HSL
hsl(202, 92%, 25%)OKLCH
oklch(0.411 0.096 242.8)CMYK
cmyk(96%, 35%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05476E
2#044062
3#043856
4#033049
5#03283D
6#022031
7#021825
8#011018
9#01080C
Tints
Lighter variations
1#07679F
2#087FC4
3#0A97E9
4#23A8F6
5#47B7F7
6#6CC5F9
7#91D4FA
8#B6E2FC
9#DAF1FD
Tones
Muted variations
1#0B4E75
2#114C6F
3#174B69
4#1D4963
5#22485D
6#284657
7#2E4451
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 #DDF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE6 #BFE6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED3 #8ED3FA | BordersInactive statesPlaceholder text |
| 400 | 54BC #54BCF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23A8 #23A8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 098C #098CD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 076F #076FAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 054F #054F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0333 #03334E | 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: #DDF2FE;
--teal-200: #BFE6FC;
--teal-300: #8ED3FA;
--teal-400: #54BCF8;
--teal-500: #23A8F6;
--teal-600: #098CD7;
--teal-700: #076FAB;
--teal-800: #054F7A;
--teal-900: #03334E;
--teal-950: #022031;
}