Dodger Blue

#33C8E6

Cyan

Color Codes

All color formats for development

HEX
#33C8E6
RGB
rgb(51, 200, 230)
HSL
hsl(190, 78%, 55%)
OKLCH
oklch(0.77 0.125 215)
CMYK
cmyk(78%, 13%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.99:1

AA AAA

On Black Background

10.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C4EF
300
#97E3
400
#60D4
500
#33C8
600
#19AB
700
#1488
800
#0E61
900
#093E
950
#0627

Shades

Darker variations

1#1CC0E1
2#19ABC8
3#1695AF
4#138096
5#0F6B7D
6#0C5564
7#09404B
8#062B32
9#031519

Tints

Lighter variations

1#47CDE8
2#5CD3EB
3#70D8ED
4#84DEF0
5#99E3F2
6#ADE9F5
7#C2EEF7
8#D6F4FA
9#EBF9FC

Tones

Muted variations

1#3CC2DD
2#45BCD4
3#4EB6CB
4#57B0C2
5#5FAAB9
6#68A4B0
7#719EA7
8#7A989E
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
C4EF
#C4EFF8
Secondary backgroundsInput backgroundsDividers
300
97E3
#97E3F2
BordersInactive statesPlaceholder text
400
60D4
#60D4EB
Disabled statesSecondary iconsMuted text
500
33C8
#33C8E6
Primary brand colorCTAsActive elementsLinks
600
19AB
#19ABC8
Hover statesFocus ringsPrimary buttons hover
700
1488
#14889F
Active/pressed statesDark mode accentsSecondary text
800
0E61
#0E6171
Text on light backgroundsHeadingsStrong borders
900
093E
#093E49
Primary textHigh emphasis contentDark headings
950
0627
#06272D
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: #C4EFF8;
  --dodger-blue-300: #97E3F2;
  --dodger-blue-400: #60D4EB;
  --dodger-blue-500: #33C8E6;
  --dodger-blue-600: #19ABC8;
  --dodger-blue-700: #14889F;
  --dodger-blue-800: #0E6171;
  --dodger-blue-900: #093E49;
  --dodger-blue-950: #06272D;
}
Generate More ShadesCreate PaletteConvert Color