Teal
#15759E
BlueColor Codes
All color formats for development
HEX
#15759ERGB
rgb(21, 117, 158)HSL
hsl(198, 77%, 35%)OKLCH
oklch(0.53 0.104 233.3)CMYK
cmyk(87%, 26%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12698E
2#105D7E
3#0E526F
4#0C465F
5#0A3A4F
6#082F3F
7#06232F
8#041720
9#020C10
Tints
Lighter variations
1#188ABB
2#1CA0D9
3#32AFE4
4#4FBAE8
5#6CC6EC
6#8AD1F0
7#A7DDF4
8#C4E8F7
9#E2F4FB
Tones
Muted variations
1#1B7297
2#226F90
3#296C89
4#306A82
5#37677C
6#3E6475
7#45616E
8#4C5F67
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D6 #97D6F2 | BordersInactive statesPlaceholder text |
| 400 | 61C1 #61C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B0 #34B0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A93 #1A93C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1575 #15759E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C4E8F7;
--teal-300: #97D6F2;
--teal-400: #61C1EA;
--teal-500: #34B0E5;
--teal-600: #1A93C7;
--teal-700: #15759E;
--teal-800: #0F5371;
--teal-900: #093548;
--teal-950: #06212D;
}