Teal
#25778D
CyanColor Codes
All color formats for development
HEX
#25778DRGB
rgb(37, 119, 141)HSL
hsl(193, 58%, 35%)OKLCH
oklch(0.531 0.083 219.6)CMYK
cmyk(74%, 16%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#226B7F
2#1E5F71
3#1A5363
4#164755
5#133B47
6#0F2F38
7#0B242A
8#07181C
9#040C0E
Tints
Lighter variations
1#2C8DA7
2#33A3C1
3#48B1CE
4#62BCD5
5#7CC7DC
6#96D2E3
7#B0DEEA
8#CBE9F1
9#E5F4F8
Tones
Muted variations
1#2B7488
2#307183
3#356E7D
4#3A6B78
5#3F6873
6#45656E
7#4A6269
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 | A2D8 #A2D8E6 | BordersInactive statesPlaceholder text |
| 400 | 72C3 #72C3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB2 #4AB2CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F95 #2F95B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B55 #1B5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113640 | 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: #A2D8E6;
--teal-400: #72C3DA;
--teal-500: #4AB2CF;
--teal-600: #2F95B1;
--teal-700: #25778D;
--teal-800: #1B5565;
--teal-900: #113640;
--teal-950: #0B2228;
}