Teal
#1D6F95
BlueColor Codes
All color formats for development
HEX
#1D6F95RGB
rgb(29, 111, 149)HSL
hsl(199, 67%, 35%)OKLCH
oklch(0.512 0.096 233.8)CMYK
cmyk(81%, 26%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6486
2#185977
3#154E68
4#124359
5#0F384B
6#0C2C3C
7#09212D
8#06161E
9#030B0F
Tints
Lighter variations
1#2384B1
2#2898CC
3#3DA7D9
4#59B4DE
5#75C0E4
6#90CDE9
7#ACD9EF
8#C8E6F4
9#E3F2FA
Tones
Muted variations
1#236D8F
2#296B89
3#2F6983
4#35667D
5#3B6477
6#416271
7#47606B
8#4D5E65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E6 #C8E6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD3 #9DD3EC | BordersInactive statesPlaceholder text |
| 400 | 6ABC #6ABCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA8 #3FA8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 258C #258CBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6F #1D6F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154F #154F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D33 #0D3344 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E1F2F9;
--teal-200: #C8E6F4;
--teal-300: #9DD3EC;
--teal-400: #6ABCE2;
--teal-500: #3FA8D9;
--teal-600: #258CBB;
--teal-700: #1D6F95;
--teal-800: #154F6A;
--teal-900: #0D3344;
--teal-950: #08202B;
}