Teal
#258D8D
CyanColor Codes
All color formats for development
HEX
#258D8DRGB
rgb(37, 141, 141)HSL
hsl(180, 58%, 35%)OKLCH
oklch(0.587 0.09 195)CMYK
cmyk(74%, 0%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F7F
2#1E7171
3#1A6363
4#165555
5#134747
6#0F3838
7#0B2A2A
8#071C1C
9#040E0E
Tints
Lighter variations
1#2CA7A7
2#33C1C1
3#48CECE
4#62D5D5
5#7CDCDC
6#96E3E3
7#B0EAEA
8#CBF1F1
9#E5F8F8
Tones
Muted variations
1#2B8888
2#308383
3#357D7D
4#3A7878
5#3F7373
6#456E6E
7#4A6969
8#4F6464
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E3F8F8;
--teal-200: #CBF1F1;
--teal-300: #A2E6E6;
--teal-400: #72DADA;
--teal-500: #4ACFCF;
--teal-600: #2FB1B1;
--teal-700: #258D8D;
--teal-800: #1B6565;
--teal-900: #114040;
--teal-950: #0B2828;
}