Teal

#048CAE

Cyan

Color Codes

All color formats for development

HEX
#048CAE
RGB
rgb(4, 140, 174)
HSL
hsl(192, 96%, 35%)
OKLCH
oklch(0.594 0.11 223)
CMYK
cmyk(98%, 20%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

3.91:1

AA AAA

On Black Background

5.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF7
200
#BEF1
300
#8CE6
400
#50D9
500
#1ECE
600
#04B1
700
#048D
800
#0364
900
#0240
950
#0128

Shades

Darker variations

1#037F9D
2#03718C
3#02627A
4#025469
5#024657
6#013846
7#012A34
8#011C23
9#000E11

Tints

Lighter variations

1#04A7CF
2#05C1F0
3#1CCEFA
4#3CD5FB
5#5DDCFC
6#7DE3FC
7#9EEAFD
8#BEF1FE
9#DFF8FE

Tones

Muted variations

1#0C88A6
2#15829E
3#1D7D95
4#26788D
5#2E7384
6#376E7C
7#406973
8#48646A
9#515E62

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
BEF1
#BEF1FE
Secondary backgroundsInput backgroundsDividers
300
8CE6
#8CE6FD
BordersInactive statesPlaceholder text
400
50D9
#50D9FB
Disabled statesSecondary iconsMuted text
500
1ECE
#1ECEFA
Primary brand colorCTAsActive elementsLinks
600
04B1
#04B1DC
Hover statesFocus ringsPrimary buttons hover
700
048D
#048DAF
Active/pressed statesDark mode accentsSecondary text
800
0364
#03647D
Text on light backgroundsHeadingsStrong borders
900
0240
#024050
Primary textHigh emphasis contentDark headings
950
0128
#012832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FCFF;
  --teal-100: #DCF7FE;
  --teal-200: #BEF1FE;
  --teal-300: #8CE6FD;
  --teal-400: #50D9FB;
  --teal-500: #1ECEFA;
  --teal-600: #04B1DC;
  --teal-700: #048DAF;
  --teal-800: #03647D;
  --teal-900: #024050;
  --teal-950: #012832;
}
Generate More ShadesCreate PaletteConvert Color