Dodger Blue
#149ECC
BlueColor Codes
All color formats for development
HEX
#149ECCRGB
rgb(20, 158, 204)HSL
hsl(195, 82%, 44%)OKLCH
oklch(0.654 0.124 228.3)CMYK
cmyk(90%, 23%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128EB8
2#107FA3
3#0E6F8F
4#0C5F7B
5#0A4F66
6#083F52
7#062F3D
8#042029
9#021014
Tints
Lighter variations
1#17B2E6
2#2FBCEA
3#49C4ED
4#63CCF0
5#7DD5F2
6#97DDF5
7#B1E6F7
8#CBEEFA
9#E5F7FC
Tones
Muted variations
1#1D9AC3
2#2795BA
3#3090B1
4#398CA7
5#42879E
6#4B8395
7#557E8C
8#5E7983
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 | 94DC #94DCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCA #5DCAEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EBB #2EBBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 149E #149ECC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 107E #107EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5A #0B5A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073A #073A4A | 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: #94DCF4;
--dodger-blue-400: #5DCAEF;
--dodger-blue-500: #2EBBEA;
--dodger-blue-600: #149ECC;
--dodger-blue-700: #107EA2;
--dodger-blue-800: #0B5A74;
--dodger-blue-900: #073A4A;
--dodger-blue-950: #05242E;
}