Teal
#0F72A3
BlueColor Codes
All color formats for development
HEX
#0F72A3RGB
rgb(15, 114, 163)HSL
hsl(200, 83%, 35%)OKLCH
oklch(0.525 0.112 238.2)CMYK
cmyk(91%, 30%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6793
2#0C5B83
3#0B5072
4#094462
5#083952
6#062E41
7#052231
8#031721
9#020B10
Tints
Lighter variations
1#1287C2
2#159CE0
3#2BABEB
4#49B7EE
5#67C3F1
6#86CFF4
7#A4DBF7
8#C2E7F9
9#E1F3FC
Tones
Muted variations
1#176F9C
2#1E6D95
3#256B8D
4#2D6886
5#34667E
6#3C6377
7#43616F
8#4A5E68
9#525C61
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;
}