Dodger Blue
#35B8E3
BlueColor Codes
All color formats for development
HEX
#35B8E3RGB
rgb(53, 184, 227)HSL
hsl(195, 76%, 55%)OKLCH
oklch(0.732 0.125 225)CMYK
cmyk(77%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EAEDE
2#1B9BC5
3#1887AD
4#147494
5#11617B
6#0D4D63
7#0A3A4A
8#072731
9#031319
Tints
Lighter variations
1#49BFE6
2#5DC6E9
3#72CDEC
4#86D4EE
5#9ADBF1
6#AEE3F4
7#C2EAF7
8#D7F1F9
9#EBF8FC
Tones
Muted variations
1#3EB3DB
2#46AFD2
3#4FABC9
4#58A6C1
5#61A2B8
6#699EAF
7#7299A6
8#7B959E
9#849195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DB #98DBF1 | BordersInactive statesPlaceholder text |
| 400 | 62C8 #62C8EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B8 #35B8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9B #1B9BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157B #157B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F58 #0F5870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A38 #0A3848 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E0F4FB;
--dodger-blue-200: #C5EAF7;
--dodger-blue-300: #98DBF1;
--dodger-blue-400: #62C8EA;
--dodger-blue-500: #35B8E3;
--dodger-blue-600: #1B9BC5;
--dodger-blue-700: #157B9D;
--dodger-blue-800: #0F5870;
--dodger-blue-900: #0A3848;
--dodger-blue-950: #06232D;
}