Teal
#1C7297
BlueColor Codes
All color formats for development
HEX
#1C7297RGB
rgb(28, 114, 151)HSL
hsl(198, 69%, 35%)OKLCH
oklch(0.52 0.097 232.2)CMYK
cmyk(81%, 25%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#196688
2#165B79
3#13506A
4#11445A
5#0E394B
6#0B2E3C
7#08222D
8#06171E
9#030B0F
Tints
Lighter variations
1#2187B3
2#269CCF
3#3BABDB
4#57B7E0
5#73C3E5
6#8FCFEA
7#ABDBF0
8#C7E7F5
9#E3F3FA
Tones
Muted variations
1#226F91
2#286D8B
3#2E6A84
4#34687E
5#3A6678
6#416372
7#47616C
8#4D5E66
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD5 #9CD5ED | BordersInactive statesPlaceholder text |
| 400 | 68BE #68BEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAC #3DACDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238F #238FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C72 #1C7297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F2F9;
--teal-200: #C7E7F5;
--teal-300: #9CD5ED;
--teal-400: #68BEE3;
--teal-500: #3DACDB;
--teal-600: #238FBE;
--teal-700: #1C7297;
--teal-800: #14516C;
--teal-900: #0D3445;
--teal-950: #08212B;
}