Dodger Blue
#0099E0
BlueColor Codes
All color formats for development
HEX
#0099E0RGB
rgb(0, 153, 224)HSL
hsl(199, 100%, 44%)OKLCH
oklch(0.651 0.149 239.9)CMYK
cmyk(100%, 32%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#008ACA
2#007BB4
3#006B9D
4#005C87
5#004D70
6#003D5A
7#002E43
8#001F2D
9#000F16
Tints
Lighter variations
1#00ADFD
2#1BB7FF
3#37C0FF
4#54C9FF
5#70D2FF
6#8DDBFF
7#A9E4FF
8#C6EDFF
9#E2F6FF
Tones
Muted variations
1#0B95D5
2#1691CA
3#228DBF
4#2D89B4
5#3885A8
6#43819D
7#4F7D92
8#5A7887
9#65747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADA #8ADAFF | BordersInactive statesPlaceholder text |
| 400 | 4DC6 #4DC6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB6 #1AB6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0099 #0099E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007A #007AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0057 #005780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0038 #003852 | Primary textHigh emphasis contentDark headings |
| 950 | 0023 #002333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DBF4FF;
--dodger-blue-200: #BDEAFF;
--dodger-blue-300: #8ADAFF;
--dodger-blue-400: #4DC6FF;
--dodger-blue-500: #1AB6FF;
--dodger-blue-600: #0099E0;
--dodger-blue-700: #007AB3;
--dodger-blue-800: #005780;
--dodger-blue-900: #003852;
--dodger-blue-950: #002333;
}