Dodger Blue
#03B5DD
CyanColor Codes
All color formats for development
HEX
#03B5DDRGB
rgb(3, 181, 221)HSL
hsl(191, 97%, 44%)OKLCH
oklch(0.716 0.131 221.2)CMYK
cmyk(99%, 18%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03A3C7
2#0391B1
3#027F9B
4#026D85
5#025B6F
6#014858
7#013642
8#01242C
9#001216
Tints
Lighter variations
1#04CCF9
2#1ED3FC
3#3AD8FC
4#56DEFC
5#72E3FD
6#8EE9FD
7#ABEEFE
8#C7F4FE
9#E3F9FF
Tones
Muted variations
1#0EAED2
2#19A7C7
3#24A0BC
4#2F9AB2
5#3A93A7
6#458C9C
7#508591
8#5A7E86
9#65777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE8 #8BE8FD | BordersInactive statesPlaceholder text |
| 400 | 4FDD #4FDDFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD3 #1DD3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B5 #03B5DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0390 #0390B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0267 #02677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF8FE;
--dodger-blue-200: #BEF2FE;
--dodger-blue-300: #8BE8FD;
--dodger-blue-400: #4FDDFC;
--dodger-blue-500: #1DD3FC;
--dodger-blue-600: #03B5DD;
--dodger-blue-700: #0390B0;
--dodger-blue-800: #02677E;
--dodger-blue-900: #014250;
--dodger-blue-950: #012932;
}