Dodger Blue
#35AFE3
BlueColor Codes
All color formats for development
HEX
#35AFE3RGB
rgb(53, 175, 227)HSL
hsl(198, 76%, 55%)OKLCH
oklch(0.711 0.128 231.4)CMYK
cmyk(77%, 23%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EA5DE
2#1B92C5
3#1880AD
4#146E94
5#115B7B
6#0D4963
7#0A374A
8#072531
9#031219
Tints
Lighter variations
1#49B7E6
2#5DBFE9
3#72C7EC
4#86CFEE
5#9AD7F1
6#AEDFF4
7#C2E7F7
8#D7EFF9
9#EBF7FC
Tones
Muted variations
1#3EACDB
2#46A8D2
3#4FA5C9
4#58A1C1
5#619EB8
6#699AAF
7#7297A6
8#7B939E
9#849095
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E8 #C5E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D6 #98D6F1 | BordersInactive statesPlaceholder text |
| 400 | 62C1 #62C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35AF #35AFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B92 #1B92C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1574 #15749D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A35 #0A3548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E0F3FB;
--dodger-blue-200: #C5E8F7;
--dodger-blue-300: #98D6F1;
--dodger-blue-400: #62C1EA;
--dodger-blue-500: #35AFE3;
--dodger-blue-600: #1B92C5;
--dodger-blue-700: #15749D;
--dodger-blue-800: #0F5370;
--dodger-blue-900: #0A3548;
--dodger-blue-950: #06212D;
}