Teal

#236D90

Blue

Color Codes

All color formats for development

HEX
#236D90
RGB
rgb(35, 109, 144)
HSL
hsl(199, 61%, 35%)
OKLCH
oklch(0.506 0.09 233.4)
CMYK
cmyk(76%, 24%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

5.74:1

AA AAA

On Black Background

3.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E2F1
200
#CAE5
300
#A1D1
400
#6FBA
500
#46A6
600
#2C89
700
#236D
800
#194E
900
#1032
950
#0A1F

Shades

Darker variations

1#1F6281
2#1C5773
3#184C65
4#154256
5#113748
6#0E2C39
7#0A212B
8#07161D
9#030B0E

Tints

Lighter variations

1#2981AA
2#3096C5
3#44A5D2
4#5FB2D8
5#7ABFDF
6#94CCE5
7#AFD8EC
8#CAE5F2
9#E4F2F9

Tones

Muted variations

1#286B8A
2#2E6985
3#33677F
4#39657A
5#3E6374
6#43616F
7#495F6A
8#4E5D64
9#545B5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F1
#E2F1F8
Light backgroundsTable row hoverSkeleton loading
200
CAE5
#CAE5F2
Secondary backgroundsInput backgroundsDividers
300
A1D1
#A1D1E8
BordersInactive statesPlaceholder text
400
6FBA
#6FBADC
Disabled statesSecondary iconsMuted text
500
46A6
#46A6D2
Primary brand colorCTAsActive elementsLinks
600
2C89
#2C89B5
Hover statesFocus ringsPrimary buttons hover
700
236D
#236D90
Active/pressed statesDark mode accentsSecondary text
800
194E
#194E67
Text on light backgroundsHeadingsStrong borders
900
1032
#103242
Primary textHigh emphasis contentDark headings
950
0A1F
#0A1F29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3F9FC;
  --teal-100: #E2F1F8;
  --teal-200: #CAE5F2;
  --teal-300: #A1D1E8;
  --teal-400: #6FBADC;
  --teal-500: #46A6D2;
  --teal-600: #2C89B5;
  --teal-700: #236D90;
  --teal-800: #194E67;
  --teal-900: #103242;
  --teal-950: #0A1F29;
}
Generate More ShadesCreate PaletteConvert Color