Teal
#0F7CA3
BlueColor Codes
All color formats for development
HEX
#0F7CA3RGB
rgb(15, 124, 163)HSL
hsl(196, 83%, 35%)OKLCH
oklch(0.55 0.106 229.9)CMYK
cmyk(91%, 24%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6F93
2#0C6383
3#0B5772
4#094A62
5#083E52
6#063241
7#052531
8#031921
9#020C10
Tints
Lighter variations
1#1293C2
2#15AAE0
3#2BB8EB
4#49C2EE
5#67CCF1
6#86D6F4
7#A4E1F7
8#C2EBF9
9#E1F5FC
Tones
Muted variations
1#17789C
2#1E7595
3#25718D
4#2D6E86
5#346B7E
6#3C6777
7#43646F
8#4A6068
9#525D61
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 | C2EB #C2EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DB #94DBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CC8 #5CC8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB9 #2DB9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 139C #139CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F7C #0F7CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B58 #0B5875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0739 #07394B | 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: #C2EBF9;
--teal-300: #94DBF5;
--teal-400: #5CC8F0;
--teal-500: #2DB9EB;
--teal-600: #139CCD;
--teal-700: #0F7CA3;
--teal-800: #0B5875;
--teal-900: #07394B;
--teal-950: #04232F;
}