Teal
#117BA2
BlueColor Codes
All color formats for development
HEX
#117BA2RGB
rgb(17, 123, 162)HSL
hsl(196, 81%, 35%)OKLCH
oklch(0.547 0.105 230.2)CMYK
cmyk(90%, 24%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6F91
2#0E6281
3#0C5671
4#0A4A61
5#083D51
6#073141
7#052530
8#031920
9#020C10
Tints
Lighter variations
1#1492C0
2#17A9DE
3#2DB7E9
4#4BC1EC
5#69CBEF
6#87D6F2
7#A5E0F6
8#C3EAF9
9#E1F5FC
Tones
Muted variations
1#18789A
2#1F7493
3#27718C
4#2E6D85
5#356A7D
6#3C6776
7#44636F
8#4B6068
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EA #C3EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DB #95DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC7 #5DC7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB8 #2FB8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159B #159BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117B #117BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C58 #0C5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #08384A | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF4FC;
--teal-200: #C3EAF9;
--teal-300: #95DBF4;
--teal-400: #5DC7EE;
--teal-500: #2FB8E9;
--teal-600: #159BCB;
--teal-700: #117BA2;
--teal-800: #0C5873;
--teal-900: #08384A;
--teal-950: #05232E;
}