Teal
#18759A
BlueColor Codes
All color formats for development
HEX
#18759ARGB
rgb(24, 117, 154)HSL
hsl(197, 73%, 35%)OKLCH
oklch(0.529 0.099 230.9)CMYK
cmyk(84%, 24%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#166A8B
2#135E7C
3#11526C
4#0E465D
5#0C3B4D
6#0A2F3E
7#07232E
8#05171F
9#020C0F
Tints
Lighter variations
1#1D8BB7
2#21A1D4
3#36B0E0
4#53BBE4
5#70C6E9
6#8CD2ED
7#A9DDF2
8#C6E8F6
9#E2F4FB
Tones
Muted variations
1#1F7394
2#25708D
3#2C6D87
4#326A80
5#39677A
6#3F6573
7#46626D
8#4C5F66
9#535C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD7 #9AD7EF | BordersInactive statesPlaceholder text |
| 400 | 65C2 #65C2E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B1 #38B1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E94 #1E94C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1875 #18759A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1154 #11546E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B36 #0B3647 | Primary textHigh emphasis contentDark headings |
| 950 | 0722 #07222C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F3FA;
--teal-200: #C6E8F6;
--teal-300: #9AD7EF;
--teal-400: #65C2E7;
--teal-500: #38B1E0;
--teal-600: #1E94C2;
--teal-700: #18759A;
--teal-800: #11546E;
--teal-900: #0B3647;
--teal-950: #07222C;
}