Teal

#0294B1

Cyan

Color Codes

All color formats for development

HEX
#0294B1
RGB
rgb(2, 148, 177)
HSL
hsl(190, 98%, 35%)
OKLCH
oklch(0.616 0.11 218.3)
CMYK
cmyk(99%, 16%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

3.58:1

AA AAA

On Black Background

5.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF9
200
#BDF4
300
#8BEB
400
#4EE0
500
#1CD7
600
#02BA
700
#0294
800
#0169
900
#0143
950
#012A

Shades

Darker variations

1#02859F
2#01768D
3#01677C
4#01596A
5#014A58
6#013B47
7#012C35
8#001E23
9#000F12

Tints

Lighter variations

1#02AFD2
2#02CAF2
3#19D7FD
4#3ADDFD
5#5BE2FD
6#7CE8FE
7#9DEEFE
8#BDF4FE
9#DEF9FF

Tones

Muted variations

1#0B8EA8
2#13889F
3#1C8296
4#257C8E
5#2E7685
6#36717C
7#3F6B73
8#48656B
9#515F62

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF9
#DCF9FF
Light backgroundsTable row hoverSkeleton loading
200
BDF4
#BDF4FE
Secondary backgroundsInput backgroundsDividers
300
8BEB
#8BEBFE
BordersInactive statesPlaceholder text
400
4EE0
#4EE0FD
Disabled statesSecondary iconsMuted text
500
1CD7
#1CD7FD
Primary brand colorCTAsActive elementsLinks
600
02BA
#02BADE
Hover statesFocus ringsPrimary buttons hover
700
0294
#0294B1
Active/pressed statesDark mode accentsSecondary text
800
0169
#01697E
Text on light backgroundsHeadingsStrong borders
900
0143
#014351
Primary textHigh emphasis contentDark headings
950
012A
#012A32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FCFF;
  --teal-100: #DCF9FF;
  --teal-200: #BDF4FE;
  --teal-300: #8BEBFE;
  --teal-400: #4EE0FD;
  --teal-500: #1CD7FD;
  --teal-600: #02BADE;
  --teal-700: #0294B1;
  --teal-800: #01697E;
  --teal-900: #014351;
  --teal-950: #012A32;
}
Generate More ShadesCreate PaletteConvert Color