Teal
#1D7F95
CyanColor Codes
All color formats for development
HEX
#1D7F95RGB
rgb(29, 127, 149)HSL
hsl(191, 67%, 35%)OKLCH
oklch(0.553 0.091 217.1)CMYK
cmyk(81%, 15%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7286
2#186677
3#155968
4#124C59
5#0F404B
6#0C333C
7#09262D
8#06191E
9#030D0F
Tints
Lighter variations
1#2397B1
2#28AECC
3#3DBCD9
4#59C6DE
5#75CFE4
6#90D9E9
7#ACE2EF
8#C8ECF4
9#E3F5FA
Tones
Muted variations
1#237B8F
2#297889
3#2F7483
4#35707D
5#3B6C77
6#416871
7#47656B
8#4D6165
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDD #9DDDEC | BordersInactive statesPlaceholder text |
| 400 | 6ACC #6ACCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FBD #3FBDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A0 #25A0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7F #1D7F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155B #155B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3A #0D3A44 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F5F9;
--teal-200: #C8ECF4;
--teal-300: #9DDDEC;
--teal-400: #6ACCE2;
--teal-500: #3FBDD9;
--teal-600: #25A0BB;
--teal-700: #1D7F95;
--teal-800: #155B6A;
--teal-900: #0D3A44;
--teal-950: #08242B;
}