Teal
#28818A
CyanColor Codes
All color formats for development
HEX
#28818ARGB
rgb(40, 129, 138)HSL
hsl(186, 55%, 35%)OKLCH
oklch(0.556 0.082 204.8)CMYK
cmyk(71%, 7%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24747D
2#20676F
3#1C5A61
4#184D53
5#144045
6#103337
7#0C272A
8#081A1C
9#040D0E
Tints
Lighter variations
1#3098A4
2#37B0BE
3#4BBECB
4#65C7D2
5#7FD1DA
6#98DAE1
7#B2E3E9
8#CCECF0
9#E5F6F8
Tones
Muted variations
1#2D7D85
2#327981
3#37757C
4#3C7177
5#416D72
6#46696D
7#4B6568
8#4F6163
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEC #CCECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DE #A4DEE5 | BordersInactive statesPlaceholder text |
| 400 | 75CD #75CDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBF #4DBFCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A2 #32A2AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2881 #28818A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5C #1D5C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123B #123B3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F7;
--teal-200: #CCECF0;
--teal-300: #A4DEE5;
--teal-400: #75CDD7;
--teal-500: #4DBFCB;
--teal-600: #32A2AE;
--teal-700: #28818A;
--teal-800: #1D5C63;
--teal-900: #123B3F;
--teal-950: #0B2528;
}