Dodger Blue
#099DD7
BlueColor Codes
All color formats for development
HEX
#099DD7RGB
rgb(9, 157, 215)HSL
hsl(197, 92%, 44%)OKLCH
oklch(0.656 0.136 234.2)CMYK
cmyk(96%, 27%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088DC2
2#077EAC
3#066E97
4#055E81
5#044E6C
6#043F56
7#032F41
8#021F2B
9#011016
Tints
Lighter variations
1#0AB1F3
2#24BAF6
3#3FC3F7
4#5ACBF8
5#76D4F9
6#91DDFA
7#ADE5FC
8#C8EEFD
9#E4F6FE
Tones
Muted variations
1#1398CD
2#1E94C3
3#2890B8
4#328BAE
5#3D87A4
6#478299
7#517E8F
8#5C7985
9#66757B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFA | BordersInactive statesPlaceholder text |
| 400 | 54C9 #54C9F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23BA #23BAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 099D #099DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077D #077DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0559 #05597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF4FE;
--dodger-blue-200: #BFEBFC;
--dodger-blue-300: #8EDCFA;
--dodger-blue-400: #54C9F8;
--dodger-blue-500: #23BAF6;
--dodger-blue-600: #099DD7;
--dodger-blue-700: #077DAB;
--dodger-blue-800: #05597A;
--dodger-blue-900: #03394E;
--dodger-blue-950: #022431;
}