Teal
#0B755A
CyanColor Codes
All color formats for development
HEX
#0B755ARGB
rgb(11, 117, 90)HSL
hsl(165, 83%, 25%)OKLCH
oklch(0.501 0.097 169.1)CMYK
cmyk(91%, 0%, 23%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6951
2#095D48
3#08523F
4#074636
5#053A2D
6#042F24
7#03231B
8#021712
9#010C09
Tints
Lighter variations
1#0E9875
2#11BB90
3#15DEAB
4#2DEBBC
5#50EFC7
6#73F2D2
7#96F5DD
8#B9F8E9
9#DCFCF4
Tones
Muted variations
1#106F58
2#156A55
3#1B6552
4#205F50
5#255A4D
6#2B554A
7#305048
8#354A45
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DD | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF5;
--teal-200: #C2F9EC;
--teal-300: #94F5DD;
--teal-400: #5CF0CB;
--teal-500: #2DEBBC;
--teal-600: #13CD9F;
--teal-700: #0FA37E;
--teal-800: #0B755A;
--teal-900: #074B3A;
--teal-950: #042F24;
}