Teal
#0FA38D
CyanColor Codes
All color formats for development
HEX
#0FA38DRGB
rgb(15, 163, 141)HSL
hsl(171, 83%, 35%)OKLCH
oklch(0.641 0.115 178.4)CMYK
cmyk(91%, 0%, 13%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E937F
2#0C8371
3#0B7263
4#096255
5#085247
6#064138
7#05312A
8#03211C
9#02100E
Tints
Lighter variations
1#12C2A7
2#15E0C2
3#2BEBCE
4#49EED5
5#67F1DC
6#86F4E3
7#A4F7EA
8#C2F9F1
9#E1FCF8
Tones
Muted variations
1#179C88
2#1E9583
3#258D7E
4#2D8678
5#347E73
6#3C776E
7#436F69
8#4A6864
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DA | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B41 | 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: #DEFCF8;
--teal-200: #C2F9F1;
--teal-300: #94F5E6;
--teal-400: #5CF0DA;
--teal-500: #2DEBCF;
--teal-600: #13CDB1;
--teal-700: #0FA38D;
--teal-800: #0B7565;
--teal-900: #074B41;
--teal-950: #042F28;
}