Dodger Blue
#0B81D5
BlueColor Codes
All color formats for development
HEX
#0B81D5RGB
rgb(11, 129, 213)HSL
hsl(205, 90%, 44%)OKLCH
oklch(0.59 0.157 248.4)CMYK
cmyk(95%, 39%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A74C0
2#0967AB
3#085A95
4#074D80
5#06416B
6#043455
7#032740
8#021A2B
9#010D15
Tints
Lighter variations
1#0D91F0
2#269EF4
3#41AAF5
4#5CB6F6
5#77C2F8
6#92CEF9
7#AEDBFB
8#C9E7FC
9#E4F3FE
Tones
Muted variations
1#157FCB
2#1F7EC1
3#2A7CB7
4#347AAD
5#3E79A3
6#487799
7#52758E
8#5C7484
9#66727A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E3 #C0E3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CD #90CDF9 | BordersInactive statesPlaceholder text |
| 400 | 55B3 #55B3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259D #259DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B81 #0B81D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0967 #0967AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0649 #064979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042F #042F4E | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDF0FD;
--dodger-blue-200: #C0E3FC;
--dodger-blue-300: #90CDF9;
--dodger-blue-400: #55B3F6;
--dodger-blue-500: #259DF4;
--dodger-blue-600: #0B81D5;
--dodger-blue-700: #0967AA;
--dodger-blue-800: #064979;
--dodger-blue-900: #042F4E;
--dodger-blue-950: #031D30;
}