Dodger Blue
#159BCB
BlueColor Codes
All color formats for development
HEX
#159BCBRGB
rgb(21, 155, 203)HSL
hsl(196, 81%, 44%)OKLCH
oklch(0.646 0.125 230)CMYK
cmyk(90%, 24%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138BB7
2#117CA2
3#0F6C8E
4#0D5D7A
5#0B4D66
6#093E51
7#062E3D
8#041F29
9#020F14
Tints
Lighter variations
1#18AEE5
2#30B8E9
3#4AC1EC
4#64CAEF
5#7ED3F1
6#98DBF4
7#B1E4F7
8#CBEDFA
9#E5F6FC
Tones
Muted variations
1#1E96C2
2#2792B9
3#318EB0
4#3A8AA7
5#43859E
6#4C8195
7#557D8B
8#5E7982
9#677479
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 | C3EA #C3EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DB #95DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC7 #5DC7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB8 #2FB8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159B #159BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117B #117BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C58 #0C5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #08384A | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | 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: #C3EAF9;
--dodger-blue-300: #95DBF4;
--dodger-blue-400: #5DC7EE;
--dodger-blue-500: #2FB8E9;
--dodger-blue-600: #159BCB;
--dodger-blue-700: #117BA2;
--dodger-blue-800: #0C5873;
--dodger-blue-900: #08384A;
--dodger-blue-950: #05232E;
}