Teal

#0A6275

Cyan

Color Codes

All color formats for development

HEX
#0A6275
RGB
rgb(10, 98, 117)
HSL
hsl(191, 84%, 25%)
OKLCH
oklch(0.459 0.08 217.8)
CMYK
cmyk(91%, 16%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

6.96:1

AA AAA

On Black Background

3.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DEF7
200
#C2EF
300
#93E4
400
#5BD5
500
#2CC9
600
#12AC
700
#0E89
800
#0A62
900
#073F
950
#0427

Shades

Darker variations

1#09586A
2#084E5E
3#074452
4#063B46
5#05313B
6#04272F
7#031D23
8#021417
9#010A0C

Tints

Lighter variations

1#0D7F98
2#109CBC
3#13BADF
4#2CC9ED
5#4FD2F0
6#72DBF3
7#95E4F6
8#B9EDF9
9#DCF6FC

Tones

Muted variations

1#105E70
2#155B6B
3#1A5765
4#205460
5#25515B
6#2A4D55
7#304A50
8#35474A
9#3A4345

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF7
#DEF7FC
Light backgroundsTable row hoverSkeleton loading
200
C2EF
#C2EFFA
Secondary backgroundsInput backgroundsDividers
300
93E4
#93E4F6
BordersInactive statesPlaceholder text
400
5BD5
#5BD5F1
Disabled statesSecondary iconsMuted text
500
2CC9
#2CC9ED
Primary brand colorCTAsActive elementsLinks
600
12AC
#12ACCE
Hover statesFocus ringsPrimary buttons hover
700
0E89
#0E89A4
Active/pressed statesDark mode accentsSecondary text
800
0A62
#0A6275
Text on light backgroundsHeadingsStrong borders
900
073F
#073F4B
Primary textHigh emphasis contentDark headings
950
0427
#04272F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FBFE;
  --teal-100: #DEF7FC;
  --teal-200: #C2EFFA;
  --teal-300: #93E4F6;
  --teal-400: #5BD5F1;
  --teal-500: #2CC9ED;
  --teal-600: #12ACCE;
  --teal-700: #0E89A4;
  --teal-800: #0A6275;
  --teal-900: #073F4B;
  --teal-950: #04272F;
}
Generate More ShadesCreate PaletteConvert Color