Teal
#14709F
BlueColor Codes
All color formats for development
HEX
#14709FRGB
rgb(20, 112, 159)HSL
hsl(200, 78%, 35%)OKLCH
oklch(0.518 0.108 238)CMYK
cmyk(87%, 30%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12658F
2#105A7F
3#0E4F6F
4#0C435F
5#0A384F
6#082D40
7#062230
8#041620
9#020B10
Tints
Lighter variations
1#1785BC
2#1B9ADA
3#30A9E5
4#4EB5E9
5#6BC2ED
6#89CEF0
7#A6DAF4
8#C4E6F8
9#E1F3FB
Tones
Muted variations
1#1B6E98
2#226C91
3#29698A
4#2F6783
5#36657C
6#3D6375
7#44606E
8#4B5E67
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D4 #97D4F2 | BordersInactive statesPlaceholder text |
| 400 | 60BD #60BDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AA #33AAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198D #198DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1470 #14709F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E50 #0E5071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0933 #093349 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF2FB;
--teal-200: #C4E6F8;
--teal-300: #97D4F2;
--teal-400: #60BDEB;
--teal-500: #33AAE6;
--teal-600: #198DC8;
--teal-700: #14709F;
--teal-800: #0E5071;
--teal-900: #093349;
--teal-950: #06202D;
}