Teal

#04637B

Cyan

Color Codes

All color formats for development

HEX
#04637B
RGB
rgb(4, 99, 123)
HSL
hsl(192, 94%, 25%)
OKLCH
oklch(0.464 0.085 222.3)
CMYK
cmyk(97%, 20%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

6.83:1

AA AAA

On Black Background

3.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF7
200
#BFF1
300
#8DE5
400
#52D8
500
#20CD
600
#07AF
700
#058C
800
#0464
900
#0240
950
#0228

Shades

Darker variations

1#035A6F
2#035063
3#034657
4#023C4A
5#02323E
6#022831
7#011E25
8#011419
9#000A0C

Tints

Lighter variations

1#0582A1
2#06A0C6
3#07BDEB
4#20CDF8
5#45D5F9
6#6BDEFA
7#90E6FC
8#B5EEFD
9#DAF7FE

Tones

Muted variations

1#0A6076
2#105D70
3#16596A
4#1C5564
5#22525E
6#284E58
7#2E4B52
8#34474C
9#3A4346

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF7
#DCF7FE
Light backgroundsTable row hoverSkeleton loading
200
BFF1
#BFF1FD
Secondary backgroundsInput backgroundsDividers
300
8DE5
#8DE5FB
BordersInactive statesPlaceholder text
400
52D8
#52D8FA
Disabled statesSecondary iconsMuted text
500
20CD
#20CDF8
Primary brand colorCTAsActive elementsLinks
600
07AF
#07AFDA
Hover statesFocus ringsPrimary buttons hover
700
058C
#058CAD
Active/pressed statesDark mode accentsSecondary text
800
0464
#04647C
Text on light backgroundsHeadingsStrong borders
900
0240
#02404F
Primary textHigh emphasis contentDark headings
950
0228
#022831
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FCFF;
  --teal-100: #DCF7FE;
  --teal-200: #BFF1FD;
  --teal-300: #8DE5FB;
  --teal-400: #52D8FA;
  --teal-500: #20CDF8;
  --teal-600: #07AFDA;
  --teal-700: #058CAD;
  --teal-800: #04647C;
  --teal-900: #02404F;
  --teal-950: #022831;
}
Generate More ShadesCreate PaletteConvert Color