Dodger Blue
#0B95D5
BlueColor Codes
All color formats for development
HEX
#0B95D5RGB
rgb(11, 149, 213)HSL
hsl(199, 90%, 44%)OKLCH
oklch(0.636 0.139 238.2)CMYK
cmyk(95%, 30%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A86C0
2#0977AB
3#086895
4#075A80
5#064B6B
6#043C55
7#032D40
8#021E2B
9#010F15
Tints
Lighter variations
1#0DA8F0
2#26B2F4
3#41BCF5
4#5CC6F6
5#77CFF8
6#92D9F9
7#AEE2FB
8#C9ECFC
9#E4F5FE
Tones
Muted variations
1#1592CB
2#1F8EC1
3#2A8AB7
4#3486AD
5#3E83A3
6#487F99
7#527B8E
8#5C7884
9#66747A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D8 #90D8F9 | BordersInactive statesPlaceholder text |
| 400 | 55C3 #55C3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B2 #25B2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B95 #0B95D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0977 #0977AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0655 #065579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364E | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C0E9FC;
--dodger-blue-300: #90D8F9;
--dodger-blue-400: #55C3F6;
--dodger-blue-500: #25B2F4;
--dodger-blue-600: #0B95D5;
--dodger-blue-700: #0977AA;
--dodger-blue-800: #065579;
--dodger-blue-900: #04364E;
--dodger-blue-950: #032230;
}