Teal
#146E9F
BlueColor Codes
All color formats for development
HEX
#146E9FRGB
rgb(20, 110, 159)HSL
hsl(201, 78%, 35%)OKLCH
oklch(0.513 0.11 239.6)CMYK
cmyk(87%, 31%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12638F
2#10587F
3#0E4D6F
4#0C425F
5#0A374F
6#082C40
7#062130
8#041620
9#020B10
Tints
Lighter variations
1#1783BC
2#1B97DA
3#30A6E5
4#4EB3E9
5#6BC0ED
6#89CCF0
7#A6D9F4
8#C4E6F8
9#E1F2FB
Tones
Muted variations
1#1B6C98
2#226A91
3#29688A
4#2F6683
5#36647C
6#3D6275
7#44606E
8#4B5D67
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D2 #97D2F2 | BordersInactive statesPlaceholder text |
| 400 | 60BB #60BBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33A7 #33A7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198A #198AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146E #146E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4F #0E4F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF1FB;
--teal-200: #C4E6F8;
--teal-300: #97D2F2;
--teal-400: #60BBEB;
--teal-500: #33A7E6;
--teal-600: #198AC8;
--teal-700: #146E9F;
--teal-800: #0E4F71;
--teal-900: #093249;
--teal-950: #061F2D;
}