Teal

#0B7461

Cyan

Color Codes

All color formats for development

HEX
#0B7461
RGB
rgb(11, 116, 97)
HSL
hsl(169, 83%, 25%)
OKLCH
oklch(0.501 0.091 175.6)
CMYK
cmyk(91%, 0%, 16%, 55%)

Accessibility

WCAG contrast compliance

On White Background

5.70:1

AA AAA

On Black Background

3.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#0A6958
2#095D4E
3#085244
4#07463A
5#053A31
6#042F27
7#03231D
8#021713
9#010C0A

Tints

Lighter variations

1#0E987E
2#11BB9C
3#15DEB9
4#2DEBC9
5#50EFD2
6#73F2DB
7#96F5E4
8#B9F8ED
9#DCFCF6

Tones

Muted variations

1#106F5E
2#156A5B
3#1B6557
4#205F54
5#255A51
6#2B554D
7#30504A
8#354A46
9#3A4543

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF7
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9EF
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5E3
BordersInactive statesPlaceholder text
400
5CF0
#5CF0D5
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBC9
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDAB
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA388
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7561
Text on light backgroundsHeadingsStrong borders
900
074B
#074B3E
Primary textHigh emphasis contentDark headings
950
042F
#042F27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFB;
  --teal-100: #DEFCF7;
  --teal-200: #C2F9EF;
  --teal-300: #94F5E3;
  --teal-400: #5CF0D5;
  --teal-500: #2DEBC9;
  --teal-600: #13CDAB;
  --teal-700: #0FA388;
  --teal-800: #0B7561;
  --teal-900: #074B3E;
  --teal-950: #042F27;
}
Generate More ShadesCreate PaletteConvert Color