Teal
#0B5075
BlueColor Codes
All color formats for development
HEX
#0B5075RGB
rgb(11, 80, 117)HSL
hsl(201, 83%, 25%)OKLCH
oklch(0.411 0.088 239.4)CMYK
cmyk(91%, 32%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4869
2#09405D
3#083852
4#073046
5#05283A
6#04202F
7#031823
8#021017
9#01080C
Tints
Lighter variations
1#0E6898
2#117FBB
3#1597DE
4#2DA9EB
5#50B7EF
6#73C6F2
7#96D4F5
8#B9E2F8
9#DCF1FC
Tones
Muted variations
1#104E6F
2#154C6A
3#1B4B65
4#20495F
5#25485A
6#2B4655
7#304550
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 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D3 #94D3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBC #5CBCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DA9 #2DA9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138C #138CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F6F #0F6FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B50 #0B5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DEF2FC;
--teal-200: #C2E6F9;
--teal-300: #94D3F5;
--teal-400: #5CBCF0;
--teal-500: #2DA9EB;
--teal-600: #138CCD;
--teal-700: #0F6FA3;
--teal-800: #0B5075;
--teal-900: #07334B;
--teal-950: #04202F;
}