Teal

#26898C

Cyan

Color Codes

All color formats for development

HEX
#26898C
RGB
rgb(38, 137, 140)
HSL
hsl(182, 57%, 35%)
OKLCH
oklch(0.577 0.088 198)
CMYK
cmyk(73%, 2%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.17:1

AA AAA

On Black Background

5.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FB
100
#E3F7
200
#CBEF
300
#A3E4
400
#73D5
500
#4BC9
600
#30AC
700
#2689
800
#1B62
900
#123F
950
#0B27

Shades

Darker variations

1#237B7E
2#1F6D70
3#1B6062
4#175254
5#134446
6#0F3738
7#0C292A
8#081B1C
9#040E0E

Tints

Lighter variations

1#2EA2A6
2#35BCC0
3#49C9CD
4#63D0D4
5#7DD8DB
6#97E0E2
7#B1E8EA
8#CBEFF1
9#E5F7F8

Tones

Muted variations

1#2B8487
2#317F82
3#367A7D
4#3B7678
5#407173
6#456C6E
7#4A6769
8#4F6363
9#545E5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FB
#F3FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F7
Light backgroundsTable row hoverSkeleton loading
200
CBEF
#CBEFF1
Secondary backgroundsInput backgroundsDividers
300
A3E4
#A3E4E6
BordersInactive statesPlaceholder text
400
73D5
#73D5D9
Disabled statesSecondary iconsMuted text
500
4BC9
#4BC9CE
Primary brand colorCTAsActive elementsLinks
600
30AC
#30ACB0
Hover statesFocus ringsPrimary buttons hover
700
2689
#26898C
Active/pressed statesDark mode accentsSecondary text
800
1B62
#1B6264
Text on light backgroundsHeadingsStrong borders
900
123F
#123F40
Primary textHigh emphasis contentDark headings
950
0B27
#0B2728
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3FBFC;
  --teal-100: #E3F7F7;
  --teal-200: #CBEFF1;
  --teal-300: #A3E4E6;
  --teal-400: #73D5D9;
  --teal-500: #4BC9CE;
  --teal-600: #30ACB0;
  --teal-700: #26898C;
  --teal-800: #1B6264;
  --teal-900: #123F40;
  --teal-950: #0B2728;
}
Generate More ShadesCreate PaletteConvert Color