Dodger Blue
#0996D7
BlueColor Codes
All color formats for development
HEX
#0996D7RGB
rgb(9, 150, 215)HSL
hsl(199, 92%, 44%)OKLCH
oklch(0.64 0.141 238.4)CMYK
cmyk(96%, 30%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0887C2
2#0778AC
3#066997
4#055A81
5#044B6C
6#043C56
7#032D41
8#021E2B
9#010F16
Tints
Lighter variations
1#0AA9F3
2#24B3F6
3#3FBDF7
4#5AC6F8
5#76D0F9
6#91D9FA
7#ADE3FC
8#C8ECFD
9#E4F6FE
Tones
Muted variations
1#1392CD
2#1E8EC3
3#288BB8
4#3287AE
5#3D83A4
6#477F99
7#517C8F
8#5C7885
9#66747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE9 #BFE9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED8 #8ED8FA | BordersInactive statesPlaceholder text |
| 400 | 54C4 #54C4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B3 #23B3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0996 #0996D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0777 #0777AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0555 #05557A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0337 #03374E | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FE;
--dodger-blue-200: #BFE9FC;
--dodger-blue-300: #8ED8FA;
--dodger-blue-400: #54C4F8;
--dodger-blue-500: #23B3F6;
--dodger-blue-600: #0996D7;
--dodger-blue-700: #0777AB;
--dodger-blue-800: #05557A;
--dodger-blue-900: #03374E;
--dodger-blue-950: #022231;
}