Dodger Blue
#1FADF9
BlueColor Codes
All color formats for development
HEX
#1FADF9RGB
rgb(31, 173, 249)HSL
hsl(201, 95%, 55%)OKLCH
oklch(0.713 0.156 239.9)CMYK
cmyk(88%, 31%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06A2F6
2#0690DB
3#057EBF
4#046CA4
5#045A89
6#03486D
7#023652
8#012437
9#01121B
Tints
Lighter variations
1#36B5FA
2#4CBDFA
3#62C6FB
4#79CEFC
5#8FD6FC
6#A5DEFD
7#BCE6FD
8#D2EFFE
9#E9F7FE
Tones
Muted variations
1#2AAAEE
2#35A6E3
3#40A3D9
4#4BA0CE
5#569DC3
6#6199B8
7#6C96AD
8#7693A2
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 #BEE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD5 #8DD5FC | BordersInactive statesPlaceholder text |
| 400 | 51BF #51BFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FAD #1FADF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0690 #0690DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0473 #0473AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0352 #03527C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0234 #023450 | 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: #BEE7FD;
--dodger-blue-300: #8DD5FC;
--dodger-blue-400: #51BFFB;
--dodger-blue-500: #1FADF9;
--dodger-blue-600: #0690DB;
--dodger-blue-700: #0473AE;
--dodger-blue-800: #03527C;
--dodger-blue-900: #023450;
--dodger-blue-950: #012132;
}