Teal
#258E8E
CyanColor Codes
All color formats for development
HEX
#258E8ERGB
rgb(37, 142, 142)HSL
hsl(180, 59%, 35%)OKLCH
oklch(0.59 0.091 195)CMYK
cmyk(74%, 0%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218080
2#1D7272
3#1A6363
4#165555
5#124747
6#0F3939
7#0B2B2B
8#071C1C
9#040E0E
Tints
Lighter variations
1#2BA8A8
2#32C3C3
3#47CFCF
4#61D6D6
5#7BDDDD
6#96E4E4
7#B0EBEB
8#CAF1F1
9#E5F8F8
Tones
Muted variations
1#2A8989
2#2F8383
3#347E7E
4#3A7979
5#3F7474
6#446E6E
7#496969
8#4F6464
9#545F5F
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 | CAF1 #CAF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DADA | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E3F8F8;
--teal-200: #CAF1F1;
--teal-300: #A2E7E7;
--teal-400: #71DADA;
--teal-500: #49D0D0;
--teal-600: #2EB2B2;
--teal-700: #258E8E;
--teal-800: #1A6565;
--teal-900: #114141;
--teal-950: #0A2929;
}