Dodger Blue
#35A9E3
BlueColor Codes
All color formats for development
HEX
#35A9E3RGB
rgb(53, 169, 227)HSL
hsl(200, 76%, 55%)OKLCH
oklch(0.697 0.131 235.5)CMYK
cmyk(77%, 26%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E9EDE
2#1B8DC5
3#187BAD
4#146994
5#11587B
6#0D4663
7#0A354A
8#072331
9#031219
Tints
Lighter variations
1#49B2E6
2#5DBAE9
3#72C3EC
4#86CCEE
5#9AD4F1
6#AEDDF4
7#C2E5F7
8#D7EEF9
9#EBF6FC
Tones
Muted variations
1#3EA6DB
2#46A4D2
3#4FA1C9
4#589EC1
5#619BB8
6#6998AF
7#7295A6
8#7B929E
9#848F95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F1 | BordersInactive statesPlaceholder text |
| 400 | 62BC #62BCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35A9 #35A9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B8D #1B8DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1570 #15709D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F50 #0F5070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3348 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F9FD;
--dodger-blue-100: #E0F2FB;
--dodger-blue-200: #C5E6F7;
--dodger-blue-300: #98D3F1;
--dodger-blue-400: #62BCEA;
--dodger-blue-500: #35A9E3;
--dodger-blue-600: #1B8DC5;
--dodger-blue-700: #15709D;
--dodger-blue-800: #0F5070;
--dodger-blue-900: #0A3348;
--dodger-blue-950: #06202D;
}