Teal
#0B755F
CyanColor Codes
All color formats for development
HEX
#0B755FRGB
rgb(11, 117, 95)HSL
hsl(168, 83%, 25%)OKLCH
oklch(0.503 0.094 173.2)CMYK
cmyk(91%, 0%, 19%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6956
2#095D4C
3#085243
4#074639
5#053A30
6#042F26
7#03231D
8#021713
9#010C0A
Tints
Lighter variations
1#0E987C
2#11BB99
3#15DEB5
4#2DEBC5
5#50EFCF
6#73F2D9
7#96F5E2
8#B9F8EC
9#DCFCF5
Tones
Muted variations
1#106F5C
2#156A59
3#1B6556
4#205F53
5#255A50
6#2B554C
7#305049
8#354A46
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF6;
--teal-200: #C2F9EE;
--teal-300: #94F5E2;
--teal-400: #5CF0D2;
--teal-500: #2DEBC5;
--teal-600: #13CDA8;
--teal-700: #0FA386;
--teal-800: #0B755F;
--teal-900: #074B3D;
--teal-950: #042F26;
}