Dodger Blue

#18A2C9

Cyan

Color Codes

All color formats for development

HEX
#18A2C9
RGB
rgb(24, 162, 201)
HSL
hsl(193, 79%, 44%)
OKLCH
oklch(0.663 0.12 223.8)
CMYK
cmyk(88%, 19%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.98:1

AA AAA

On Black Background

7.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF5
200
#C4ED
300
#96DF
400
#5FCE
500
#32C0
600
#18A2
700
#1381
800
#0D5C
900
#093B
950
#0525

Shades

Darker variations

1#1592B5
2#1382A1
3#10728D
4#0E6179
5#0C5164
6#094150
7#07313C
8#052028
9#021014

Tints

Lighter variations

1#1BB7E2
2#33C0E7
3#4CC8EA
4#66D0ED
5#7FD8F0
6#99DFF3
7#B2E7F6
8#CCEFF9
9#E5F7FC

Tones

Muted variations

1#209DC0
2#2998B7
3#3293AE
4#3B8EA5
5#44899D
6#4D8494
7#567F8B
8#5E7A82
9#677579

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF5
#DFF5FB
Light backgroundsTable row hoverSkeleton loading
200
C4ED
#C4EDF8
Secondary backgroundsInput backgroundsDividers
300
96DF
#96DFF3
BordersInactive statesPlaceholder text
400
5FCE
#5FCEEC
Disabled statesSecondary iconsMuted text
500
32C0
#32C0E7
Primary brand colorCTAsActive elementsLinks
600
18A2
#18A2C9
Hover statesFocus ringsPrimary buttons hover
700
1381
#1381A0
Active/pressed statesDark mode accentsSecondary text
800
0D5C
#0D5C72
Text on light backgroundsHeadingsStrong borders
900
093B
#093B49
Primary textHigh emphasis contentDark headings
950
0525
#05252E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FBFD;
  --dodger-blue-100: #DFF5FB;
  --dodger-blue-200: #C4EDF8;
  --dodger-blue-300: #96DFF3;
  --dodger-blue-400: #5FCEEC;
  --dodger-blue-500: #32C0E7;
  --dodger-blue-600: #18A2C9;
  --dodger-blue-700: #1381A0;
  --dodger-blue-800: #0D5C72;
  --dodger-blue-900: #093B49;
  --dodger-blue-950: #05252E;
}
Generate More ShadesCreate PaletteConvert Color