Teal
#094D77
BlueColor Codes
All color formats for development
HEX
#094D77RGB
rgb(9, 77, 119)HSL
hsl(203, 86%, 25%)OKLCH
oklch(0.404 0.094 243.4)CMYK
cmyk(92%, 35%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08456B
2#073D5F
3#063653
4#052E47
5#04263B
6#041F2F
7#031724
8#020F18
9#01080C
Tints
Lighter variations
1#0C649A
2#0E7ABE
3#1191E1
4#2AA3EF
5#4DB3F2
6#71C2F4
7#94D1F7
8#B8E0FA
9#DBF0FC
Tones
Muted variations
1#0E4B71
2#144A6C
3#194966
4#1F4761
5#24465B
6#2A4556
7#2F4450
8#35424B
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E5 #C1E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D0 #92D0F7 | BordersInactive statesPlaceholder text |
| 400 | 59B8 #59B8F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AA3 #2AA3EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1087 #1087D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C6B #0C6BA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 094D #094D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0631 #06314C | 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: #DEF1FD;
--teal-200: #C1E5FA;
--teal-300: #92D0F7;
--teal-400: #59B8F3;
--teal-500: #2AA3EF;
--teal-600: #1087D1;
--teal-700: #0C6BA6;
--teal-800: #094D77;
--teal-900: #06314C;
--teal-950: #041F2F;
}