Teal
#278A8B
CyanColor Codes
All color formats for development
HEX
#278A8BRGB
rgb(39, 138, 139)HSL
hsl(181, 56%, 35%)OKLCH
oklch(0.579 0.088 196)CMYK
cmyk(72%, 1%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237C7D
2#1F6E6F
3#1B6061
4#185354
5#144546
6#103738
7#0C292A
8#081C1C
9#040E0E
Tints
Lighter variations
1#2FA3A5
2#36BDBF
3#4ACACC
4#64D1D3
5#7ED9DB
6#98E1E2
7#B1E8E9
8#CBF0F0
9#E5F7F8
Tones
Muted variations
1#2C8586
2#318081
3#367B7C
4#3B7677
5#407172
6#456D6D
7#4A6868
8#4F6363
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E4 #A4E4E5 | BordersInactive statesPlaceholder text |
| 400 | 74D6 #74D6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCA #4CCACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AD #31ADAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278A #278A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C62 #1C6263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F7F7;
--teal-200: #CBF0F0;
--teal-300: #A4E4E5;
--teal-400: #74D6D8;
--teal-500: #4CCACD;
--teal-600: #31ADAF;
--teal-700: #278A8B;
--teal-800: #1C6263;
--teal-900: #123F40;
--teal-950: #0B2728;
}