Dodger Blue
#159ECB
BlueColor Codes
All color formats for development
HEX
#159ECBRGB
rgb(21, 158, 203)HSL
hsl(195, 81%, 44%)OKLCH
oklch(0.654 0.123 227.8)CMYK
cmyk(90%, 22%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138EB7
2#117EA2
3#0F6E8E
4#0D5F7A
5#0B4F66
6#093F51
7#062F3D
8#042029
9#021014
Tints
Lighter variations
1#18B2E5
2#30BBE9
3#4AC4EC
4#64CCEF
5#7ED5F1
6#98DDF4
7#B1E6F7
8#CBEEFA
9#E5F7FC
Tones
Muted variations
1#1E99C2
2#2795B9
3#3190B0
4#3A8BA7
5#43879E
6#4C8295
7#557E8B
8#5E7982
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCA #5DCAEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBB #2FBBE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159E #159ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117D #117DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5A #0C5A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #08394A | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DFF4FC;
--dodger-blue-200: #C3EBF9;
--dodger-blue-300: #95DCF4;
--dodger-blue-400: #5DCAEE;
--dodger-blue-500: #2FBBE9;
--dodger-blue-600: #159ECB;
--dodger-blue-700: #117DA2;
--dodger-blue-800: #0C5A73;
--dodger-blue-900: #08394A;
--dodger-blue-950: #05242E;
}