Teal

#037D64

Cyan

Color Codes

All color formats for development

HEX
#037D64
RGB
rgb(3, 125, 100)
HSL
hsl(168, 95%, 25%)
OKLCH
oklch(0.526 0.101 172.2)
CMYK
cmyk(98%, 0%, 20%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.10:1

AA AAA

On Black Background

4.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFD
300
#8DFC
400
#51FB
500
#1FF9
600
#06DB
700
#04AE
800
#037C
900
#0250
950
#0132

Shades

Darker variations

1#03705A
2#036350
3#025746
4#024B3C
5#023E32
6#013228
7#01251E
8#011914
9#000C0A

Tints

Lighter variations

1#04A282
2#05C7A0
3#06ECBE
4#1FF9CE
5#45FAD6
6#6AFBDE
7#8FFCE6
8#B4FDEF
9#DAFEF7

Tones

Muted variations

1#097660
2#0F705D
3#156A59
4#1B6456
5#215E52
6#28584E
7#2E524B
8#344C47
9#3A4643

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF7
Light backgroundsTable row hoverSkeleton loading
200
BEFD
#BEFDF1
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCE6
BordersInactive statesPlaceholder text
400
51FB
#51FBD9
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF9CE
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DBB0
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AE8C
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C64
Text on light backgroundsHeadingsStrong borders
900
0250
#025040
Primary textHigh emphasis contentDark headings
950
0132
#013228
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFC;
  --teal-100: #DCFEF7;
  --teal-200: #BEFDF1;
  --teal-300: #8DFCE6;
  --teal-400: #51FBD9;
  --teal-500: #1FF9CE;
  --teal-600: #06DBB0;
  --teal-700: #04AE8C;
  --teal-800: #037C64;
  --teal-900: #025040;
  --teal-950: #013228;
}
Generate More ShadesCreate PaletteConvert Color