Dodger Blue

#18C6C9

Cyan

Color Codes

All color formats for development

HEX
#18C6C9
RGB
rgb(24, 198, 201)
HSL
hsl(181, 79%, 44%)
OKLCH
oklch(0.751 0.125 196.8)
CMYK
cmyk(88%, 1%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#96F1
400
#5FEA
500
#32E4
600
#18C6
700
#139D
800
#0D70
900
#0948
950
#052D

Shades

Darker variations

1#15B2B5
2#139EA1
3#108B8D
4#0E7779
5#0C6364
6#094F50
7#073B3C
8#052828
9#021414

Tints

Lighter variations

1#1BDFE2
2#33E4E7
3#4CE7EA
4#66EBED
5#7FEEF0
6#99F2F3
7#B2F5F6
8#CCF8F9
9#E5FCFC

Tones

Muted variations

1#20BDC0
2#29B5B7
3#32ACAE
4#3BA4A5
5#449B9D
6#4D9294
7#568A8B
8#5E8182
9#677979

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFB
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7F8
Secondary backgroundsInput backgroundsDividers
300
96F1
#96F1F3
BordersInactive statesPlaceholder text
400
5FEA
#5FEAEC
Disabled statesSecondary iconsMuted text
500
32E4
#32E4E7
Primary brand colorCTAsActive elementsLinks
600
18C6
#18C6C9
Hover statesFocus ringsPrimary buttons hover
700
139D
#139DA0
Active/pressed statesDark mode accentsSecondary text
800
0D70
#0D7072
Text on light backgroundsHeadingsStrong borders
900
0948
#094849
Primary textHigh emphasis contentDark headings
950
052D
#052D2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FDFD;
  --dodger-blue-100: #DFFBFB;
  --dodger-blue-200: #C4F7F8;
  --dodger-blue-300: #96F1F3;
  --dodger-blue-400: #5FEAEC;
  --dodger-blue-500: #32E4E7;
  --dodger-blue-600: #18C6C9;
  --dodger-blue-700: #139DA0;
  --dodger-blue-800: #0D7072;
  --dodger-blue-900: #094849;
  --dodger-blue-950: #052D2E;
}
Generate More ShadesCreate PaletteConvert Color