Teal
#0F79A3
BlueColor Codes
All color formats for development
HEX
#0F79A3RGB
rgb(15, 121, 163)HSL
hsl(197, 83%, 35%)OKLCH
oklch(0.542 0.107 232.5)CMYK
cmyk(91%, 26%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6D93
2#0C6183
3#0B5572
4#094962
5#083D52
6#063141
7#052431
8#031821
9#020C10
Tints
Lighter variations
1#1290C2
2#15A6E0
3#2BB5EB
4#49BFEE
5#67CAF1
6#86D5F4
7#A4DFF7
8#C2EAF9
9#E1F4FC
Tones
Muted variations
1#17769C
2#1E7395
3#25708D
4#2D6D86
5#34697E
6#3C6677
7#43636F
8#4A6068
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D9 #94D9F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC6 #5CC6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB6 #2DB6EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1399 #1399CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F79 #0F79A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B57 #0B5775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF4FC;
--teal-200: #C2EAF9;
--teal-300: #94D9F5;
--teal-400: #5CC6F0;
--teal-500: #2DB6EB;
--teal-600: #1399CD;
--teal-700: #0F79A3;
--teal-800: #0B5775;
--teal-900: #07374B;
--teal-950: #04232F;
}