Dodger Blue

#32C3E7

Cyan

Color Codes

All color formats for development

HEX
#32C3E7
RGB
rgb(50, 195, 231)
HSL
hsl(192, 79%, 55%)
OKLCH
oklch(0.759 0.126 219.2)
CMYK
cmyk(78%, 16%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

2.08:1

AA AAA

On Black Background

10.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C4EE
300
#96E0
400
#5FD0
500
#32C3
600
#18A5
700
#1384
800
#0D5E
900
#093C
950
#0526

Shades

Darker variations

1#1BBAE2
2#18A5C9
3#1591B0
4#127C97
5#0F677E
6#0C5364
7#093E4B
8#062932
9#031519

Tints

Lighter variations

1#46C9E9
2#5BCFEC
3#6FD5EE
4#84DBF1
5#98E1F3
6#ADE7F5
7#C1EDF8
8#D6F3FA
9#EAF9FD

Tones

Muted variations

1#3BBDDE
2#44B8D5
3#4DB2CC
4#56ADC3
5#5FA7BA
6#68A2B1
7#719DA7
8#7A979E
9#839295

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF6
#DFF6FB
Light backgroundsTable row hoverSkeleton loading
200
C4EE
#C4EEF8
Secondary backgroundsInput backgroundsDividers
300
96E0
#96E0F3
BordersInactive statesPlaceholder text
400
5FD0
#5FD0EC
Disabled statesSecondary iconsMuted text
500
32C3
#32C3E7
Primary brand colorCTAsActive elementsLinks
600
18A5
#18A5C9
Hover statesFocus ringsPrimary buttons hover
700
1384
#1384A0
Active/pressed statesDark mode accentsSecondary text
800
0D5E
#0D5E72
Text on light backgroundsHeadingsStrong borders
900
093C
#093C49
Primary textHigh emphasis contentDark headings
950
0526
#05262E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FBFD;
  --dodger-blue-100: #DFF6FB;
  --dodger-blue-200: #C4EEF8;
  --dodger-blue-300: #96E0F3;
  --dodger-blue-400: #5FD0EC;
  --dodger-blue-500: #32C3E7;
  --dodger-blue-600: #18A5C9;
  --dodger-blue-700: #1384A0;
  --dodger-blue-800: #0D5E72;
  --dodger-blue-900: #093C49;
  --dodger-blue-950: #05262E;
}
Generate More ShadesCreate PaletteConvert Color