Teal
#0B5174
BlueColor Codes
All color formats for development
HEX
#0B5174RGB
rgb(11, 81, 116)HSL
hsl(200, 83%, 25%)OKLCH
oklch(0.413 0.086 237.6)CMYK
cmyk(91%, 30%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4969
2#09415D
3#083952
4#073146
5#05293A
6#04212F
7#031823
8#021017
9#01080C
Tints
Lighter variations
1#0E6A98
2#1182BB
3#159BDE
4#2DACEB
5#50BAEF
6#73C8F2
7#96D5F5
8#B9E3F8
9#DCF1FC
Tones
Muted variations
1#10506F
2#154E6A
3#1B4C65
4#204A5F
5#25495A
6#2B4755
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 #C2E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D5 #94D5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBE #5CBEF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAC #2DACEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138F #138FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F72 #0F72A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B51 #0B5175 | 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: #C2E7F9;
--teal-300: #94D5F5;
--teal-400: #5CBEF0;
--teal-500: #2DACEB;
--teal-600: #138FCD;
--teal-700: #0F72A3;
--teal-800: #0B5175;
--teal-900: #07344B;
--teal-950: #04212F;
}