Dodger Blue
#0C95D4
BlueColor Codes
All color formats for development
HEX
#0C95D4RGB
rgb(12, 149, 212)HSL
hsl(199, 89%, 44%)OKLCH
oklch(0.636 0.138 237.8)CMYK
cmyk(94%, 30%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B86BF
2#0A77AA
3#096894
4#07597F
5#064A6A
6#053C55
7#042D40
8#021E2A
9#010F15
Tints
Lighter variations
1#0EA8EF
2#27B2F2
3#42BCF4
4#5DC5F6
5#78CFF7
6#93D9F9
7#AEE2FA
8#C9ECFC
9#E4F5FD
Tones
Muted variations
1#1691CA
2#208DC0
3#2A8AB6
4#3486AC
5#3E83A2
6#487F98
7#527B8E
8#5C7884
9#66747A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D7 #90D7F9 | BordersInactive statesPlaceholder text |
| 400 | 56C3 #56C3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B2 #26B2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C95 #0C95D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A76 #0A76A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0755 #075578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C0E9FB;
--dodger-blue-300: #90D7F9;
--dodger-blue-400: #56C3F5;
--dodger-blue-500: #26B2F2;
--dodger-blue-600: #0C95D4;
--dodger-blue-700: #0A76A9;
--dodger-blue-800: #075578;
--dodger-blue-900: #04364D;
--dodger-blue-950: #032230;
}