Teal
#0B4E74
BlueColor Codes
All color formats for development
HEX
#0B4E74RGB
rgb(11, 78, 116)HSL
hsl(202, 83%, 25%)OKLCH
oklch(0.405 0.089 240.8)CMYK
cmyk(91%, 33%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4669
2#093E5D
3#083752
4#072F46
5#05273A
6#041F2F
7#031723
8#021017
9#01080C
Tints
Lighter variations
1#0E6598
2#117DBB
3#1594DE
4#2DA6EB
5#50B5EF
6#73C3F2
7#96D2F5
8#B9E1F8
9#DCF0FC
Tones
Muted variations
1#104C6F
2#154B6A
3#1B4A65
4#20485F
5#25475A
6#2B4555
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 #C2E5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D1 #94D1F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBA #5CBAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DA6 #2DA6EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1389 #1389CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F6D #0F6DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4E #0B4E75 | 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: #C2E5F9;
--teal-300: #94D1F5;
--teal-400: #5CBAF0;
--teal-500: #2DA6EB;
--teal-600: #1389CD;
--teal-700: #0F6DA3;
--teal-800: #0B4E75;
--teal-900: #07324B;
--teal-950: #041F2F;
}