Teal
#0A5276
BlueColor Codes
All color formats for development
HEX
#0A5276RGB
rgb(10, 82, 118)HSL
hsl(200, 84%, 25%)OKLCH
oklch(0.417 0.088 237.9)CMYK
cmyk(92%, 31%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09496A
2#08415E
3#073952
4#063146
5#05293B
6#04212F
7#031823
8#021017
9#01080C
Tints
Lighter variations
1#0D6A98
2#1083BC
3#139BDF
4#2CACED
5#4FBAF0
6#72C8F3
7#95D6F6
8#B9E3F9
9#DCF1FC
Tones
Muted variations
1#105070
2#154E6B
3#1A4C65
4#204A60
5#25495B
6#2A4755
7#304550
8#35434A
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E7 #C2E7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D5 #93D5F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBF #5BBFF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CAC #2CACED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1290 #1290CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E72 #0E72A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A52 #0A5275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0734 #07344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DEF2FC;
--teal-200: #C2E7FA;
--teal-300: #93D5F6;
--teal-400: #5BBFF1;
--teal-500: #2CACED;
--teal-600: #1290CE;
--teal-700: #0E72A4;
--teal-800: #0A5275;
--teal-900: #07344B;
--teal-950: #04212F;
}