Dodger Blue

#15AACB

Cyan

Color Codes

All color formats for development

HEX
#15AACB
RGB
rgb(21, 170, 203)
HSL
hsl(191, 81%, 44%)
OKLCH
oklch(0.683 0.12 218.8)
CMYK
cmyk(90%, 16%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.75:1

AA AAA

On Black Background

7.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C3EF
300
#95E2
400
#5DD4
500
#2FC7
600
#15AA
700
#1187
800
#0C60
900
#083E
950
#0527

Shades

Darker variations

1#1399B7
2#1188A2
3#0F778E
4#0D667A
5#0B5566
6#094451
7#06333D
8#042229
9#021114

Tints

Lighter variations

1#18BFE5
2#30C7E9
3#4ACEEC
4#64D5EF
5#7EDCF1
6#98E3F4
7#B1EAF7
8#CBF1FA
9#E5F8FC

Tones

Muted variations

1#1EA4C2
2#279EB9
3#3198B0
4#3A93A7
5#438D9E
6#4C8795
7#55818B
8#5E7C82
9#677679

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF6
#DFF6FC
Light backgroundsTable row hoverSkeleton loading
200
C3EF
#C3EFF9
Secondary backgroundsInput backgroundsDividers
300
95E2
#95E2F4
BordersInactive statesPlaceholder text
400
5DD4
#5DD4EE
Disabled statesSecondary iconsMuted text
500
2FC7
#2FC7E9
Primary brand colorCTAsActive elementsLinks
600
15AA
#15AACB
Hover statesFocus ringsPrimary buttons hover
700
1187
#1187A2
Active/pressed statesDark mode accentsSecondary text
800
0C60
#0C6073
Text on light backgroundsHeadingsStrong borders
900
083E
#083E4A
Primary textHigh emphasis contentDark headings
950
0527
#05272E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FBFE;
  --dodger-blue-100: #DFF6FC;
  --dodger-blue-200: #C3EFF9;
  --dodger-blue-300: #95E2F4;
  --dodger-blue-400: #5DD4EE;
  --dodger-blue-500: #2FC7E9;
  --dodger-blue-600: #15AACB;
  --dodger-blue-700: #1187A2;
  --dodger-blue-800: #0C6073;
  --dodger-blue-900: #083E4A;
  --dodger-blue-950: #05272E;
}
Generate More ShadesCreate PaletteConvert Color