Teal
#25788D
CyanColor Codes
All color formats for development
HEX
#25788DRGB
rgb(37, 120, 141)HSL
hsl(192, 58%, 35%)OKLCH
oklch(0.533 0.083 218.4)CMYK
cmyk(74%, 15%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#226C7F
2#1E6071
3#1A5463
4#164855
5#133C47
6#0F3038
7#0B242A
8#07181C
9#040C0E
Tints
Lighter variations
1#2C8FA7
2#33A5C1
3#48B3CE
4#62BED5
5#7CC9DC
6#96D4E3
7#B0DFEA
8#CBE9F1
9#E5F4F8
Tones
Muted variations
1#2B7588
2#307283
3#356F7D
4#3A6C78
5#3F6973
6#45666E
7#4A6369
8#4F5F64
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D9 #A2D9E6 | BordersInactive statesPlaceholder text |
| 400 | 72C5 #72C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB4 #4AB4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F97 #2F97B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2578 #25788D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F8;
--teal-200: #CBE9F1;
--teal-300: #A2D9E6;
--teal-400: #72C5DA;
--teal-500: #4AB4CF;
--teal-600: #2F97B1;
--teal-700: #25788D;
--teal-800: #1B5665;
--teal-900: #113740;
--teal-950: #0B2228;
}