Dodger Blue

#1ABBC7

Cyan

Color Codes

All color formats for development

HEX
#1ABBC7
RGB
rgb(26, 187, 199)
HSL
hsl(184, 77%, 44%)
OKLCH
oklch(0.723 0.12 203.2)
CMYK
cmyk(87%, 6%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF9
200
#C4F4
300
#97EB
400
#61E1
500
#34D9
600
#1ABB
700
#1595
800
#0F6A
900
#0944
950
#062B

Shades

Darker variations

1#17A8B3
2#15969F
3#12838B
4#0F7077
5#0D5E63
6#0A4B4F
7#08383C
8#052528
9#031314

Tints

Lighter variations

1#1DD3E0
2#35D9E5
3#4EDEE8
4#67E2EB
5#81E7EF
6#9AECF2
7#B3F1F5
8#CCF5F8
9#E6FAFC

Tones

Muted variations

1#22B4BE
2#2BACB5
3#34A5AD
4#3C9DA4
5#45969B
6#4E8E93
7#56878A
8#5F7F81
9#687879

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF9
#DFF9FB
Light backgroundsTable row hoverSkeleton loading
200
C4F4
#C4F4F7
Secondary backgroundsInput backgroundsDividers
300
97EB
#97EBF2
BordersInactive statesPlaceholder text
400
61E1
#61E1EA
Disabled statesSecondary iconsMuted text
500
34D9
#34D9E5
Primary brand colorCTAsActive elementsLinks
600
1ABB
#1ABBC7
Hover statesFocus ringsPrimary buttons hover
700
1595
#15959E
Active/pressed statesDark mode accentsSecondary text
800
0F6A
#0F6A71
Text on light backgroundsHeadingsStrong borders
900
0944
#094448
Primary textHigh emphasis contentDark headings
950
062B
#062B2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FCFD;
  --dodger-blue-100: #DFF9FB;
  --dodger-blue-200: #C4F4F7;
  --dodger-blue-300: #97EBF2;
  --dodger-blue-400: #61E1EA;
  --dodger-blue-500: #34D9E5;
  --dodger-blue-600: #1ABBC7;
  --dodger-blue-700: #15959E;
  --dodger-blue-800: #0F6A71;
  --dodger-blue-900: #094448;
  --dodger-blue-950: #062B2D;
}
Generate More ShadesCreate PaletteConvert Color