Dodger Blue
#04B1DC
CyanColor Codes
All color formats for development
HEX
#04B1DCRGB
rgb(4, 177, 220)HSL
hsl(192, 96%, 44%)OKLCH
oklch(0.706 0.131 223.4)CMYK
cmyk(98%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#049FC6
2#048DB0
3#037C9A
4#036A84
5#02586E
6#024758
7#013542
8#01232C
9#001216
Tints
Lighter variations
1#05C7F8
2#1FCFFA
3#3BD5FB
4#57DBFC
5#73E1FC
6#8FE7FD
7#ABEDFD
8#C7F3FE
9#E3F9FE
Tones
Muted variations
1#0FAAD1
2#1AA4C6
3#259DBC
4#3097B1
5#3A91A6
6#458A9B
7#508491
8#5B7D86
9#65777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE6 #8CE6FD | BordersInactive statesPlaceholder text |
| 400 | 50D9 #50D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ECE #1ECEFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B1 #04B1DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048D #048DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF7FE;
--dodger-blue-200: #BEF1FE;
--dodger-blue-300: #8CE6FD;
--dodger-blue-400: #50D9FB;
--dodger-blue-500: #1ECEFA;
--dodger-blue-600: #04B1DC;
--dodger-blue-700: #048DAF;
--dodger-blue-800: #03647D;
--dodger-blue-900: #024050;
--dodger-blue-950: #012832;
}