Teal

#04697B

Cyan

Color Codes

All color formats for development

HEX
#04697B
RGB
rgb(4, 105, 123)
HSL
hsl(189, 94%, 25%)
OKLCH
oklch(0.48 0.084 215.1)
CMYK
cmyk(97%, 15%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

6.34:1

AA AAA

On Black Background

3.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF9
200
#BFF4
300
#8DEB
400
#52E0
500
#20D8
600
#07BA
700
#0594
800
#046A
900
#0244
950
#022A

Shades

Darker variations

1#035F6F
2#035563
3#034A57
4#023F4A
5#02353E
6#022A31
7#012025
8#011519
9#000B0C

Tints

Lighter variations

1#0589A1
2#06A9C6
3#07C9EB
4#20D8F8
5#45DEF9
6#6BE5FA
7#90EBFC
8#B5F2FD
9#DAF8FE

Tones

Muted variations

1#0A6676
2#106170
3#165D6A
4#1C5964
5#22555E
6#285158
7#2E4C52
8#34484C
9#3A4446

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF9
#DCF9FE
Light backgroundsTable row hoverSkeleton loading
200
BFF4
#BFF4FD
Secondary backgroundsInput backgroundsDividers
300
8DEB
#8DEBFB
BordersInactive statesPlaceholder text
400
52E0
#52E0FA
Disabled statesSecondary iconsMuted text
500
20D8
#20D8F8
Primary brand colorCTAsActive elementsLinks
600
07BA
#07BADA
Hover statesFocus ringsPrimary buttons hover
700
0594
#0594AD
Active/pressed statesDark mode accentsSecondary text
800
046A
#046A7C
Text on light backgroundsHeadingsStrong borders
900
0244
#02444F
Primary textHigh emphasis contentDark headings
950
022A
#022A31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FCFF;
  --teal-100: #DCF9FE;
  --teal-200: #BFF4FD;
  --teal-300: #8DEBFB;
  --teal-400: #52E0FA;
  --teal-500: #20D8F8;
  --teal-600: #07BADA;
  --teal-700: #0594AD;
  --teal-800: #046A7C;
  --teal-900: #02444F;
  --teal-950: #022A31;
}
Generate More ShadesCreate PaletteConvert Color