Dodger Blue

#02B6DE

Cyan

Color Codes

All color formats for development

HEX
#02B6DE
RGB
rgb(2, 182, 222)
HSL
hsl(191, 98%, 44%)
OKLCH
oklch(0.719 0.132 221.1)
CMYK
cmyk(99%, 18%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.40:1

AA AAA

On Black Background

8.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF8
200
#BDF2
300
#8BE9
400
#4EDD
500
#1CD3
600
#02B6
700
#0291
800
#0167
900
#0142
950
#0129

Shades

Darker variations

1#02A4C8
2#0291B2
3#027F9C
4#016D85
5#015B6F
6#014959
7#013743
8#00242C
9#001216

Tints

Lighter variations

1#03CDFA
2#1DD4FD
3#39D9FD
4#55DEFD
5#72E4FE
6#8EE9FE
7#AAEFFE
8#C6F4FE
9#E3FAFF

Tones

Muted variations

1#0DAFD3
2#18A8C8
3#23A1BD
4#2E9AB2
5#3993A7
6#448C9C
7#4F8591
8#5A7E86
9#65777B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF8
#DCF8FF
Light backgroundsTable row hoverSkeleton loading
200
BDF2
#BDF2FE
Secondary backgroundsInput backgroundsDividers
300
8BE9
#8BE9FE
BordersInactive statesPlaceholder text
400
4EDD
#4EDDFD
Disabled statesSecondary iconsMuted text
500
1CD3
#1CD3FD
Primary brand colorCTAsActive elementsLinks
600
02B6
#02B6DE
Hover statesFocus ringsPrimary buttons hover
700
0291
#0291B1
Active/pressed statesDark mode accentsSecondary text
800
0167
#01677E
Text on light backgroundsHeadingsStrong borders
900
0142
#014251
Primary textHigh emphasis contentDark headings
950
0129
#012932
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FCFF;
  --dodger-blue-100: #DCF8FF;
  --dodger-blue-200: #BDF2FE;
  --dodger-blue-300: #8BE9FE;
  --dodger-blue-400: #4EDDFD;
  --dodger-blue-500: #1CD3FD;
  --dodger-blue-600: #02B6DE;
  --dodger-blue-700: #0291B1;
  --dodger-blue-800: #01677E;
  --dodger-blue-900: #014251;
  --dodger-blue-950: #012932;
}
Generate More ShadesCreate PaletteConvert Color