Teal
#15709E
BlueColor Codes
All color formats for development
HEX
#15709ERGB
rgb(21, 112, 158)HSL
hsl(200, 77%, 35%)OKLCH
oklch(0.518 0.107 237.6)CMYK
cmyk(87%, 29%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12658E
2#105A7E
3#0E4F6F
4#0C435F
5#0A384F
6#082D3F
7#06222F
8#041620
9#020B10
Tints
Lighter variations
1#1885BB
2#1C9AD9
3#32A9E4
4#4FB5E8
5#6CC1EC
6#8ACEF0
7#A7DAF4
8#C4E6F7
9#E2F3FB
Tones
Muted variations
1#1B6E97
2#226C90
3#296989
4#306782
5#37657C
6#3E6275
7#45606E
8#4C5E67
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 #C4E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D3 #97D3F2 | BordersInactive statesPlaceholder text |
| 400 | 61BD #61BDEA | Disabled statesSecondary iconsMuted text |
| 500 | 34AA #34AAE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A8D #1A8DC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1570 #15709E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F50 #0F5071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0933 #093348 | 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: #C4E6F7;
--teal-300: #97D3F2;
--teal-400: #61BDEA;
--teal-500: #34AAE5;
--teal-600: #1A8DC7;
--teal-700: #15709E;
--teal-800: #0F5071;
--teal-900: #093348;
--teal-950: #06202D;
}