Teal
#25758E
CyanColor Codes
All color formats for development
HEX
#25758ERGB
rgb(37, 117, 142)HSL
hsl(194, 59%, 35%)OKLCH
oklch(0.526 0.084 223)CMYK
cmyk(74%, 18%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#216A80
2#1D5E72
3#1A5263
4#164655
5#123B47
6#0F2F39
7#0B232B
8#07171C
9#040C0E
Tints
Lighter variations
1#2B8BA8
2#32A1C3
3#47AFCF
4#61BBD6
5#7BC6DD
6#96D2E4
7#B0DDEB
8#CAE8F1
9#E5F4F8
Tones
Muted variations
1#2A7389
2#2F7083
3#346D7E
4#3A6A79
5#3F6774
6#44646E
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 | CAE8 #CAE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D7 #A2D7E7 | BordersInactive statesPlaceholder text |
| 400 | 71C2 #71C2DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B0 #49B0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E94 #2E94B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A54 #1A5465 | 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: #CAE8F1;
--teal-300: #A2D7E7;
--teal-400: #71C2DA;
--teal-500: #49B0D0;
--teal-600: #2E94B2;
--teal-700: #25758E;
--teal-800: #1A5465;
--teal-900: #113641;
--teal-950: #0A2229;
}