Dodger Blue
#00B0E0
CyanColor Codes
All color formats for development
HEX
#00B0E0RGB
rgb(0, 176, 224)HSL
hsl(193, 100%, 44%)OKLCH
oklch(0.705 0.135 226.2)CMYK
cmyk(100%, 21%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#009ECA
2#008DB4
3#007B9D
4#006987
5#005870
6#00465A
7#003543
8#00232D
9#001216
Tints
Lighter variations
1#00C6FD
2#1BCDFF
3#37D4FF
4#54DAFF
5#70E0FF
6#8DE6FF
7#A9ECFF
8#C6F3FF
9#E2F9FF
Tones
Muted variations
1#0BA9D5
2#16A3CA
3#229DBF
4#2D96B4
5#3890A8
6#438A9D
7#4F8392
8#5A7D87
9#65777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF1 #BDF1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE6 #8AE6FF | BordersInactive statesPlaceholder text |
| 400 | 4DD8 #4DD8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ACD #1ACDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B0 #00B0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008C #008CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0064 #006480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0040 #004052 | Primary textHigh emphasis contentDark headings |
| 950 | 0028 #002833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DBF7FF;
--dodger-blue-200: #BDF1FF;
--dodger-blue-300: #8AE6FF;
--dodger-blue-400: #4DD8FF;
--dodger-blue-500: #1ACDFF;
--dodger-blue-600: #00B0E0;
--dodger-blue-700: #008CB3;
--dodger-blue-800: #006480;
--dodger-blue-900: #004052;
--dodger-blue-950: #002833;
}