Dodger Blue

#09C3D7

Cyan

Color Codes

All color formats for development

HEX
#09C3D7
RGB
rgb(9, 195, 215)
HSL
hsl(186, 92%, 44%)
OKLCH
oklch(0.748 0.128 207.9)
CMYK
cmyk(96%, 9%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFA
200
#BFF6
300
#8EF0
400
#54E7
500
#23E1
600
#09C3
700
#079B
800
#056F
900
#0347
950
#022C

Shades

Darker variations

1#08AFC2
2#079CAC
3#068897
4#057581
5#04616C
6#044E56
7#033A41
8#02272B
9#011316

Tints

Lighter variations

1#0ADCF3
2#24E1F6
3#3FE5F7
4#5AE8F8
5#76ECF9
6#91F0FA
7#ADF4FC
8#C8F7FD
9#E4FBFE

Tones

Muted variations

1#13BBCD
2#1EB2C3
3#28AAB8
4#32A2AE
5#3D99A4
6#479199
7#51898F
8#5C8185
9#66787B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFA
#DDFAFE
Light backgroundsTable row hoverSkeleton loading
200
BFF6
#BFF6FC
Secondary backgroundsInput backgroundsDividers
300
8EF0
#8EF0FA
BordersInactive statesPlaceholder text
400
54E7
#54E7F8
Disabled statesSecondary iconsMuted text
500
23E1
#23E1F6
Primary brand colorCTAsActive elementsLinks
600
09C3
#09C3D7
Hover statesFocus ringsPrimary buttons hover
700
079B
#079BAB
Active/pressed statesDark mode accentsSecondary text
800
056F
#056F7A
Text on light backgroundsHeadingsStrong borders
900
0347
#03474E
Primary textHigh emphasis contentDark headings
950
022C
#022C31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FDFE;
  --dodger-blue-100: #DDFAFE;
  --dodger-blue-200: #BFF6FC;
  --dodger-blue-300: #8EF0FA;
  --dodger-blue-400: #54E7F8;
  --dodger-blue-500: #23E1F6;
  --dodger-blue-600: #09C3D7;
  --dodger-blue-700: #079BAB;
  --dodger-blue-800: #056F7A;
  --dodger-blue-900: #03474E;
  --dodger-blue-950: #022C31;
}
Generate More ShadesCreate PaletteConvert Color