Teal
#14759F
BlueColor Codes
All color formats for development
HEX
#14759FRGB
rgb(20, 117, 159)HSL
hsl(198, 78%, 35%)OKLCH
oklch(0.531 0.105 233.8)CMYK
cmyk(87%, 26%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12698F
2#105E7F
3#0E526F
4#0C465F
5#0A3B4F
6#082F40
7#062330
8#041720
9#020C10
Tints
Lighter variations
1#178BBC
2#1BA1DA
3#30AFE5
4#4EBBE9
5#6BC6ED
6#89D1F0
7#A6DDF4
8#C4E8F8
9#E1F4FB
Tones
Muted variations
1#1B7298
2#227091
3#296D8A
4#2F6A83
5#36677C
6#3D6475
7#44626E
8#4B5F67
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 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D7 #97D7F2 | BordersInactive statesPlaceholder text |
| 400 | 60C2 #60C2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B0 #33B0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1993 #1993C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1475 #14759F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E54 #0E5471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | 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: #C4E8F8;
--teal-300: #97D7F2;
--teal-400: #60C2EB;
--teal-500: #33B0E6;
--teal-600: #1993C8;
--teal-700: #14759F;
--teal-800: #0E5471;
--teal-900: #093649;
--teal-950: #06212D;
}