Teal
#0FA38B
CyanColor Codes
All color formats for development
HEX
#0FA38BRGB
rgb(15, 163, 139)HSL
hsl(170, 83%, 35%)OKLCH
oklch(0.641 0.117 177)CMYK
cmyk(91%, 0%, 15%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E937D
2#0C836F
3#0B7261
4#096253
5#085245
6#064137
7#05312A
8#03211C
9#02100E
Tints
Lighter variations
1#12C2A4
2#15E0BE
3#2BEBCB
4#49EED3
5#67F1DA
6#86F4E1
7#A4F7E9
8#C2F9F0
9#E1FCF8
Tones
Muted variations
1#179C86
2#1E9581
3#258D7C
4#2D8677
5#347E72
6#3C776D
7#436F68
8#4A6863
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF7;
--teal-200: #C2F9F0;
--teal-300: #94F5E5;
--teal-400: #5CF0D7;
--teal-500: #2DEBCC;
--teal-600: #13CDAE;
--teal-700: #0FA38B;
--teal-800: #0B7563;
--teal-900: #074B3F;
--teal-950: #042F28;
}