Dodger Blue
#1DAEFC
BlueColor Codes
All color formats for development
HEX
#1DAEFCRGB
rgb(29, 174, 252)HSL
hsl(201, 97%, 55%)OKLCH
oklch(0.717 0.159 240.3)CMYK
cmyk(88%, 31%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04A3F9
2#0391DD
3#037FC1
4#036DA6
5#025B8A
6#02486F
7#013653
8#012437
9#00121C
Tints
Lighter variations
1#34B6FC
2#4ABEFC
3#61C6FD
4#77CEFD
5#8ED6FD
6#A5DEFE
7#BBE7FE
8#D2EFFE
9#E8F7FF
Tones
Muted variations
1#28AAF0
2#33A7E5
3#3EA4DA
4#49A0CF
5#559DC4
6#609AB9
7#6B96AE
8#7693A3
9#819097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD5 #8BD5FD | BordersInactive statesPlaceholder text |
| 400 | 4FC0 #4FC0FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DAE #1DAEFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0391 #0391DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0373 #0373B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0252 #02527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013550 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF2FE;
--dodger-blue-200: #BEE7FE;
--dodger-blue-300: #8BD5FD;
--dodger-blue-400: #4FC0FC;
--dodger-blue-500: #1DAEFC;
--dodger-blue-600: #0391DD;
--dodger-blue-700: #0373B0;
--dodger-blue-800: #02527E;
--dodger-blue-900: #013550;
--dodger-blue-950: #012132;
}