Dodger Blue
#1299CE
BlueColor Codes
All color formats for development
HEX
#1299CERGB
rgb(18, 153, 206)HSL
hsl(197, 84%, 44%)OKLCH
oklch(0.643 0.129 232.8)CMYK
cmyk(91%, 26%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#108ABA
2#0E7AA5
3#0D6B91
4#0B5C7C
5#094D67
6#073D53
7#052E3E
8#041F29
9#020F15
Tints
Lighter variations
1#14ADE9
2#2DB6ED
3#47BFEF
4#61C9F1
5#7CD2F4
6#96DBF6
7#B0E4F8
8#CAEDFA
9#E5F6FD
Tones
Muted variations
1#1B95C5
2#2591BC
3#2E8DB2
4#3889A9
5#41859F
6#4B8196
7#547C8C
8#5D7883
9#67747A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DA #93DAF6 | BordersInactive statesPlaceholder text |
| 400 | 5BC6 #5BC6F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CB6 #2CB6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1299 #1299CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E7A #0E7AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A57 #0A5775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0738 #07384B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DEF4FC;
--dodger-blue-200: #C2EAFA;
--dodger-blue-300: #93DAF6;
--dodger-blue-400: #5BC6F1;
--dodger-blue-500: #2CB6ED;
--dodger-blue-600: #1299CE;
--dodger-blue-700: #0E7AA4;
--dodger-blue-800: #0A5775;
--dodger-blue-900: #07384B;
--dodger-blue-950: #04232F;
}