Teal
#1D7395
BlueColor Codes
All color formats for development
HEX
#1D7395RGB
rgb(29, 115, 149)HSL
hsl(197, 67%, 35%)OKLCH
oklch(0.522 0.094 229.8)CMYK
cmyk(81%, 23%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6886
2#185C77
3#155168
4#124559
5#0F3A4B
6#0C2E3C
7#09232D
8#06171E
9#030C0F
Tints
Lighter variations
1#2389B1
2#289ECC
3#3DADD9
4#59B8DE
5#75C4E4
6#90D0E9
7#ACDCEF
8#C8E7F4
9#E3F3FA
Tones
Muted variations
1#23718F
2#296E89
3#2F6B83
4#35697D
5#3B6677
6#416471
7#47616B
8#4D5E65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD5 #9DD5EC | BordersInactive statesPlaceholder text |
| 400 | 6AC0 #6AC0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FAE #3FAED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2591 #2591BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D73 #1D7395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1552 #15526A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3544 | 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: #F2FAFC;
--teal-100: #E1F2F9;
--teal-200: #C8E7F4;
--teal-300: #9DD5EC;
--teal-400: #6AC0E2;
--teal-500: #3FAED9;
--teal-600: #2591BB;
--teal-700: #1D7395;
--teal-800: #15526A;
--teal-900: #0D3544;
--teal-950: #08212B;
}