Teal
#1D7D95
CyanColor Codes
All color formats for development
HEX
#1D7D95RGB
rgb(29, 125, 149)HSL
hsl(192, 67%, 35%)OKLCH
oklch(0.548 0.091 219.3)CMYK
cmyk(81%, 16%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7186
2#186477
3#155868
4#124B59
5#0F3F4B
6#0C323C
7#09262D
8#06191E
9#030D0F
Tints
Lighter variations
1#2394B1
2#28ACCC
3#3DBAD9
4#59C4DE
5#75CDE4
6#90D7E9
7#ACE1EF
8#C8EBF4
9#E3F5FA
Tones
Muted variations
1#237A8F
2#297689
3#2F7283
4#356F7D
5#3B6B77
6#416871
7#47646B
8#4D6065
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDC #9DDCEC | BordersInactive statesPlaceholder text |
| 400 | 6ACA #6ACAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FBA #3FBAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 259D #259DBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7D #1D7D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1559 #15596A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3944 | 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: #F2FAFC;
--teal-100: #E1F4F9;
--teal-200: #C8EBF4;
--teal-300: #9DDCEC;
--teal-400: #6ACAE2;
--teal-500: #3FBAD9;
--teal-600: #259DBB;
--teal-700: #1D7D95;
--teal-800: #15596A;
--teal-900: #0D3944;
--teal-950: #08242B;
}