Teal

#278B85

Cyan

Color Codes

All color formats for development

HEX
#278B85
RGB
rgb(39, 139, 133)
HSL
hsl(176, 56%, 35%)
OKLCH
oklch(0.58 0.089 189.1)
CMYK
cmyk(72%, 0%, 4%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.10:1

AA AAA

On Black Background

5.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF0
300
#A4E5
400
#74D8
500
#4CCD
600
#31AF
700
#278B
800
#1C63
900
#1240
950
#0B28

Shades

Darker variations

1#237D77
2#1F6F6A
3#1B615D
4#185450
5#144642
6#103835
7#0C2A28
8#081C1B
9#040E0D

Tints

Lighter variations

1#2FA59D
2#36BFB6
3#4ACCC3
4#64D3CC
5#7EDBD4
6#98E2DD
7#B1E9E5
8#CBF0EE
9#E5F8F6

Tones

Muted variations

1#2C8680
2#31817C
3#367C78
4#3B7773
5#40726F
6#456D6B
7#4A6866
8#4F6362
9#545E5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F6
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0EE
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5E1
BordersInactive statesPlaceholder text
400
74D8
#74D8D1
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCDC4
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AFA7
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B85
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C635F
Text on light backgroundsHeadingsStrong borders
900
1240
#12403D
Primary textHigh emphasis contentDark headings
950
0B28
#0B2826
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3FCFB;
  --teal-100: #E3F7F6;
  --teal-200: #CBF0EE;
  --teal-300: #A4E5E1;
  --teal-400: #74D8D1;
  --teal-500: #4CCDC4;
  --teal-600: #31AFA7;
  --teal-700: #278B85;
  --teal-800: #1C635F;
  --teal-900: #12403D;
  --teal-950: #0B2826;
}
Generate More ShadesCreate PaletteConvert Color