Teal
#187A9A
BlueColor Codes
All color formats for development
HEX
#187A9ARGB
rgb(24, 122, 154)HSL
hsl(195, 73%, 35%)OKLCH
oklch(0.541 0.097 226)CMYK
cmyk(84%, 21%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#166E8B
2#13617C
3#11556C
4#0E495D
5#0C3D4D
6#0A313E
7#07252E
8#05181F
9#020C0F
Tints
Lighter variations
1#1D90B7
2#21A7D4
3#36B5E0
4#53C0E4
5#70CAE9
6#8CD5ED
7#A9DFF2
8#C6EAF6
9#E2F4FB
Tones
Muted variations
1#1F7794
2#25738D
3#2C7087
4#326D80
5#396A7A
6#3F6673
7#46636D
8#4C6066
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EA #C6EAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADA #9ADAEF | BordersInactive statesPlaceholder text |
| 400 | 65C6 #65C6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B6 #38B6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E99 #1E99C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187A #187A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1157 #11576E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3847 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FA;
--teal-200: #C6EAF6;
--teal-300: #9ADAEF;
--teal-400: #65C6E7;
--teal-500: #38B6E0;
--teal-600: #1E99C2;
--teal-700: #187A9A;
--teal-800: #11576E;
--teal-900: #0B3847;
--teal-950: #07232C;
}