Teal
#0F74A3
BlueColor Codes
All color formats for development
HEX
#0F74A3RGB
rgb(15, 116, 163)HSL
hsl(199, 83%, 35%)OKLCH
oklch(0.53 0.111 236.6)CMYK
cmyk(91%, 29%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6993
2#0C5D83
3#0B5172
4#094662
5#083A52
6#062F41
7#052331
8#031721
9#020C10
Tints
Lighter variations
1#128AC2
2#15A0E0
3#2BAEEB
4#49BAEE
5#67C5F1
6#86D1F4
7#A4DCF7
8#C2E8F9
9#E1F3FC
Tones
Muted variations
1#17729C
2#1E6F95
3#256C8D
4#2D6A86
5#34677E
6#3C6477
7#43616F
8#4A5F68
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E8 #C2E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D6 #94D6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC1 #5CC1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAF #2DAFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1392 #1392CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F74 #0F74A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B53 #0B5375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0735 #07354B | 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: #F1FAFE;
--teal-100: #DEF3FC;
--teal-200: #C2E8F9;
--teal-300: #94D6F5;
--teal-400: #5CC1F0;
--teal-500: #2DAFEB;
--teal-600: #1392CD;
--teal-700: #0F74A3;
--teal-800: #0B5375;
--teal-900: #07354B;
--teal-950: #04212F;
}