Teal
#1F7093
BlueColor Codes
All color formats for development
HEX
#1F7093RGB
rgb(31, 112, 147)HSL
hsl(198, 65%, 35%)OKLCH
oklch(0.514 0.093 231.7)CMYK
cmyk(79%, 24%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C6585
2#195A76
3#164F67
4#134358
5#10384A
6#0C2D3B
7#09222C
8#06161D
9#030B0F
Tints
Lighter variations
1#2585AF
2#2B9ACA
3#40A9D6
4#5BB5DC
5#76C2E2
6#92CEE8
7#ADDAEE
8#C8E6F3
9#E4F3F9
Tones
Muted variations
1#256E8D
2#2B6C88
3#316982
4#36677C
5#3C6576
6#426370
7#48606B
8#4E5E65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E6 #C8E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EA | BordersInactive statesPlaceholder text |
| 400 | 6CBD #6CBDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AA #42AAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 278D #278DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F70 #1F7093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1650 #165069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E33 #0E3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E2F2F9;
--teal-200: #C8E6F3;
--teal-300: #9ED4EA;
--teal-400: #6CBDE0;
--teal-500: #42AAD7;
--teal-600: #278DB9;
--teal-700: #1F7093;
--teal-800: #165069;
--teal-900: #0E3343;
--teal-950: #09202A;
}