Teal
#28758A
CyanColor Codes
All color formats for development
HEX
#28758ARGB
rgb(40, 117, 138)HSL
hsl(193, 55%, 35%)OKLCH
oklch(0.525 0.08 219.5)CMYK
cmyk(71%, 15%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24697D
2#205E6F
3#1C5261
4#184653
5#143B45
6#102F37
7#0C232A
8#08171C
9#040C0E
Tints
Lighter variations
1#308BA4
2#37A1BE
3#4BAFCB
4#65BBD2
5#7FC6DA
6#98D1E1
7#B2DDE9
8#CCE8F0
9#E5F4F8
Tones
Muted variations
1#2D7285
2#327081
3#376D7C
4#3C6A77
5#416772
6#46646D
7#4B6268
8#4F5F63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 75C2 #75C2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB0 #4DB0CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3293 #3293AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2875 #28758A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D54 #1D5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #12363F | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F7;
--teal-200: #CCE8F0;
--teal-300: #A4D7E5;
--teal-400: #75C2D7;
--teal-500: #4DB0CB;
--teal-600: #3293AE;
--teal-700: #28758A;
--teal-800: #1D5463;
--teal-900: #12363F;
--teal-950: #0B2128;
}