Teal
#117DA2
BlueColor Codes
All color formats for development
HEX
#117DA2RGB
rgb(17, 125, 162)HSL
hsl(195, 81%, 35%)OKLCH
oklch(0.552 0.104 228.5)CMYK
cmyk(90%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F7191
2#0E6481
3#0C5871
4#0A4B61
5#083F51
6#073241
7#052630
8#031920
9#020D10
Tints
Lighter variations
1#1495C0
2#17ACDE
3#2DBAE9
4#4BC4EC
5#69CEEF
6#87D8F2
7#A5E1F6
8#C3EBF9
9#E1F5FC
Tones
Muted variations
1#187A9A
2#1F7693
3#27738C
4#2E6F85
5#356B7D
6#3C6876
7#44646F
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 | C3EB #C3EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCA #5DCAEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBB #2FBBE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159E #159ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117D #117DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5A #0C5A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #08394A | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF4FC;
--teal-200: #C3EBF9;
--teal-300: #95DCF4;
--teal-400: #5DCAEE;
--teal-500: #2FBBE9;
--teal-600: #159ECB;
--teal-700: #117DA2;
--teal-800: #0C5A73;
--teal-900: #08394A;
--teal-950: #05242E;
}