Dodger Blue

#34C4E5

Cyan

Color Codes

All color formats for development

HEX
#34C4E5
RGB
rgb(52, 196, 229)
HSL
hsl(191, 77%, 55%)
OKLCH
oklch(0.761 0.125 217.4)
CMYK
cmyk(77%, 14%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C4EE
300
#97E1
400
#61D1
500
#34C4
600
#1AA7
700
#1585
800
#0F5F
900
#093D
950
#0626

Shades

Darker variations

1#1DBCDF
2#1AA7C7
3#1792AE
4#137D95
5#10687C
6#0D5363
7#0A3F4A
8#062A32
9#031519

Tints

Lighter variations

1#48CAE7
2#5DD0EA
3#71D6ED
4#85DCEF
5#99E2F2
6#AEE7F4
7#C2EDF7
8#D6F3FA
9#EBF9FC

Tones

Muted variations

1#3DBFDC
2#46B9D3
3#4EB3CA
4#57AEC1
5#60A8B8
6#69A3B0
7#729DA7
8#7B979E
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
#C4EEF7
Secondary backgroundsInput backgroundsDividers
300
97E1
#97E1F2
BordersInactive statesPlaceholder text
400
61D1
#61D1EA
Disabled statesSecondary iconsMuted text
500
34C4
#34C4E5
Primary brand colorCTAsActive elementsLinks
600
1AA7
#1AA7C7
Hover statesFocus ringsPrimary buttons hover
700
1585
#15859E
Active/pressed statesDark mode accentsSecondary text
800
0F5F
#0F5F71
Text on light backgroundsHeadingsStrong borders
900
093D
#093D48
Primary textHigh emphasis contentDark headings
950
0626
#06262D
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: #C4EEF7;
  --dodger-blue-300: #97E1F2;
  --dodger-blue-400: #61D1EA;
  --dodger-blue-500: #34C4E5;
  --dodger-blue-600: #1AA7C7;
  --dodger-blue-700: #15859E;
  --dodger-blue-800: #0F5F71;
  --dodger-blue-900: #093D48;
  --dodger-blue-950: #06262D;
}
Generate More ShadesCreate PaletteConvert Color