Teal
#107EA2
BlueColor Codes
All color formats for development
HEX
#107EA2RGB
rgb(16, 126, 162)HSL
hsl(195, 82%, 35%)OKLCH
oklch(0.554 0.104 227.5)CMYK
cmyk(90%, 22%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7192
2#0D6582
3#0B5872
4#0A4C61
5#083F51
6#063241
7#052631
8#031920
9#020D10
Tints
Lighter variations
1#1395C1
2#16ADDF
3#2CBBEA
4#4AC4ED
5#68CEF0
6#86D8F3
7#A5E2F6
8#C3EBF9
9#E1F5FC
Tones
Muted variations
1#177A9B
2#1F7794
3#26738C
4#2D6F85
5#356C7E
6#3C6877
7#43646F
8#4B6168
9#525D61
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 | 94DC #94DCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCA #5DCAEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EBB #2EBBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 149E #149ECC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 107E #107EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5A #0B5A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073A #073A4A | 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: #94DCF4;
--teal-400: #5DCAEF;
--teal-500: #2EBBEA;
--teal-600: #149ECC;
--teal-700: #107EA2;
--teal-800: #0B5A74;
--teal-900: #073A4A;
--teal-950: #05242E;
}