Teal
#25778E
CyanColor Codes
All color formats for development
HEX
#25778ERGB
rgb(37, 119, 142)HSL
hsl(193, 59%, 35%)OKLCH
oklch(0.531 0.084 220.6)CMYK
cmyk(74%, 16%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#216B80
2#1D5F72
3#1A5363
4#164755
5#123C47
6#0F3039
7#0B242B
8#07181C
9#040C0E
Tints
Lighter variations
1#2B8DA8
2#32A3C3
3#47B2CF
4#61BDD6
5#7BC8DD
6#96D3E4
7#B0DEEB
8#CAE9F1
9#E5F4F8
Tones
Muted variations
1#2A7489
2#2F7183
3#346E7E
4#3A6B79
5#3F6874
6#44656E
7#496269
8#4F5F64
9#545C5F
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 | CAE9 #CAE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D8 #A2D8E7 | BordersInactive statesPlaceholder text |
| 400 | 71C4 #71C4DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B3 #49B3D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E96 #2E96B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F8;
--teal-200: #CAE9F1;
--teal-300: #A2D8E7;
--teal-400: #71C4DA;
--teal-500: #49B3D0;
--teal-600: #2E96B2;
--teal-700: #25778E;
--teal-800: #1A5565;
--teal-900: #113641;
--teal-950: #0A2229;
}