Dodger Blue
#03AEDD
CyanColor Codes
All color formats for development
HEX
#03AEDDRGB
rgb(3, 174, 221)HSL
hsl(193, 97%, 44%)OKLCH
oklch(0.699 0.133 226)CMYK
cmyk(99%, 21%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039CC7
2#038BB1
3#027A9B
4#026885
5#02576F
6#014658
7#013442
8#01232C
9#001116
Tints
Lighter variations
1#04C4F9
2#1ECCFC
3#3AD2FC
4#56D8FC
5#72DFFD
6#8EE5FD
7#ABECFE
8#C7F2FE
9#E3F9FF
Tones
Muted variations
1#0EA8D2
2#19A2C7
3#249BBC
4#2F95B2
5#3A8FA7
6#45899C
7#508391
8#5A7D86
9#65767B
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 | BEF0 #BEF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FD | BordersInactive statesPlaceholder text |
| 400 | 4FD7 #4FD7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCB #1DCBFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03AE #03AEDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038A #038AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0263 #02637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F50 | 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: #BEF0FE;
--dodger-blue-300: #8BE5FD;
--dodger-blue-400: #4FD7FC;
--dodger-blue-500: #1DCBFC;
--dodger-blue-600: #03AEDD;
--dodger-blue-700: #038AB0;
--dodger-blue-800: #02637E;
--dodger-blue-900: #013F50;
--dodger-blue-950: #012832;
}