Dodger Blue
#00ACE0
CyanColor Codes
All color formats for development
HEX
#00ACE0RGB
rgb(0, 172, 224)HSL
hsl(194, 100%, 44%)OKLCH
oklch(0.696 0.137 228.7)CMYK
cmyk(100%, 23%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#009BCA
2#008AB4
3#00789D
4#006787
5#005670
6#00455A
7#003443
8#00222D
9#001116
Tints
Lighter variations
1#00C2FD
2#1BCAFF
3#37D0FF
4#54D7FF
5#70DEFF
6#8DE4FF
7#A9EBFF
8#C6F2FF
9#E2F8FF
Tones
Muted variations
1#0BA6D5
2#16A0CA
3#229ABF
4#2D94B4
5#388EA8
6#43889D
7#4F8292
8#5A7C87
9#65767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE4 #8AE4FF | BordersInactive statesPlaceholder text |
| 400 | 4DD5 #4DD5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC9 #1AC9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00AC #00ACE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0089 #0089B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0062 #006280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003F #003F52 | Primary textHigh emphasis contentDark headings |
| 950 | 0027 #002733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DBF7FF;
--dodger-blue-200: #BDF0FF;
--dodger-blue-300: #8AE4FF;
--dodger-blue-400: #4DD5FF;
--dodger-blue-500: #1AC9FF;
--dodger-blue-600: #00ACE0;
--dodger-blue-700: #0089B3;
--dodger-blue-800: #006280;
--dodger-blue-900: #003F52;
--dodger-blue-950: #002733;
}