Dodger Blue

#14BACC

Cyan

Color Codes

All color formats for development

HEX
#14BACC
RGB
rgb(20, 186, 204)
HSL
hsl(186, 82%, 44%)
OKLCH
oklch(0.722 0.121 207.3)
CMYK
cmyk(90%, 9%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.35:1

AA AAA

On Black Background

8.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF9
200
#C3F4
300
#94EB
400
#5DE0
500
#2ED8
600
#14BA
700
#1094
800
#0B6A
900
#0744
950
#052A

Shades

Darker variations

1#12A7B8
2#1095A3
3#0E828F
4#0C6F7B
5#0A5D66
6#084A52
7#06383D
8#042529
9#021314

Tints

Lighter variations

1#17D1E6
2#2FD8EA
3#49DDED
4#63E2F0
5#7DE6F2
6#97EBF5
7#B1F0F7
8#CBF5FA
9#E5FAFC

Tones

Muted variations

1#1DB2C3
2#27ABBA
3#30A4B1
4#399CA7
5#42959E
6#4B8E95
7#55868C
8#5E7F83
9#677879

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF9
#DFF9FC
Light backgroundsTable row hoverSkeleton loading
200
C3F4
#C3F4F9
Secondary backgroundsInput backgroundsDividers
300
94EB
#94EBF4
BordersInactive statesPlaceholder text
400
5DE0
#5DE0EF
Disabled statesSecondary iconsMuted text
500
2ED8
#2ED8EA
Primary brand colorCTAsActive elementsLinks
600
14BA
#14BACC
Hover statesFocus ringsPrimary buttons hover
700
1094
#1094A2
Active/pressed statesDark mode accentsSecondary text
800
0B6A
#0B6A74
Text on light backgroundsHeadingsStrong borders
900
0744
#07444A
Primary textHigh emphasis contentDark headings
950
052A
#052A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FCFE;
  --dodger-blue-100: #DFF9FC;
  --dodger-blue-200: #C3F4F9;
  --dodger-blue-300: #94EBF4;
  --dodger-blue-400: #5DE0EF;
  --dodger-blue-500: #2ED8EA;
  --dodger-blue-600: #14BACC;
  --dodger-blue-700: #1094A2;
  --dodger-blue-800: #0B6A74;
  --dodger-blue-900: #07444A;
  --dodger-blue-950: #052A2E;
}
Generate More ShadesCreate PaletteConvert Color