Teal
#0A4E76
BlueColor Codes
All color formats for development
HEX
#0A4E76RGB
rgb(10, 78, 118)HSL
hsl(202, 84%, 25%)OKLCH
oklch(0.406 0.091 241.9)CMYK
cmyk(92%, 34%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09466A
2#083E5E
3#073752
4#062F46
5#05273B
6#041F2F
7#031723
8#021017
9#01080C
Tints
Lighter variations
1#0D6598
2#107DBC
3#1394DF
4#2CA6ED
5#4FB5F0
6#72C4F3
7#95D2F6
8#B9E1F9
9#DCF0FC
Tones
Muted variations
1#104D70
2#154B6B
3#1A4A65
4#204860
5#25475B
6#2A4555
7#304450
8#35434A
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E5 #C2E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D1 #93D1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBA #5BBAF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA6 #2CA6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1289 #1289CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E6D #0E6DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4E #0A4E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0732 #07324B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DEF1FC;
--teal-200: #C2E5FA;
--teal-300: #93D1F6;
--teal-400: #5BBAF1;
--teal-500: #2CA6ED;
--teal-600: #1289CE;
--teal-700: #0E6DA4;
--teal-800: #0A4E75;
--teal-900: #07324B;
--teal-950: #041F2F;
}