Dodger Blue

#02C1DE

Cyan

Color Codes

All color formats for development

HEX
#02C1DE
RGB
rgb(2, 193, 222)
HSL
hsl(188, 98%, 44%)
OKLCH
oklch(0.745 0.131 213.5)
CMYK
cmyk(99%, 13%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BDF6
300
#8BEE
400
#4EE6
500
#1CDF
600
#02C1
700
#0299
800
#016E
900
#0146
950
#012C

Shades

Darker variations

1#02AEC8
2#029AB2
3#02879C
4#017485
5#01606F
6#014D59
7#013A43
8#00272C
9#001316

Tints

Lighter variations

1#03D9FA
2#1DDFFD
3#39E3FD
4#55E7FD
5#72EBFE
6#8EEFFE
7#AAF3FE
8#C6F7FE
9#E3FBFF

Tones

Muted variations

1#0DB9D3
2#18B1C8
3#23A9BD
4#2EA1B2
5#3999A7
6#44909C
7#4F8891
8#5A8086
9#65787B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFF
Light backgroundsTable row hoverSkeleton loading
200
BDF6
#BDF6FE
Secondary backgroundsInput backgroundsDividers
300
8BEE
#8BEEFE
BordersInactive statesPlaceholder text
400
4EE6
#4EE6FD
Disabled statesSecondary iconsMuted text
500
1CDF
#1CDFFD
Primary brand colorCTAsActive elementsLinks
600
02C1
#02C1DE
Hover statesFocus ringsPrimary buttons hover
700
0299
#0299B1
Active/pressed statesDark mode accentsSecondary text
800
016E
#016E7E
Text on light backgroundsHeadingsStrong borders
900
0146
#014651
Primary textHigh emphasis contentDark headings
950
012C
#012C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FDFF;
  --dodger-blue-100: #DCFAFF;
  --dodger-blue-200: #BDF6FE;
  --dodger-blue-300: #8BEEFE;
  --dodger-blue-400: #4EE6FD;
  --dodger-blue-500: #1CDFFD;
  --dodger-blue-600: #02C1DE;
  --dodger-blue-700: #0299B1;
  --dodger-blue-800: #016E7E;
  --dodger-blue-900: #014651;
  --dodger-blue-950: #012C32;
}
Generate More ShadesCreate PaletteConvert Color