Dodger Blue
#0CA2D4
BlueColor Codes
All color formats for development
HEX
#0CA2D4RGB
rgb(12, 162, 212)HSL
hsl(195, 89%, 44%)OKLCH
oklch(0.667 0.13 229.5)CMYK
cmyk(94%, 24%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B92BF
2#0A82AA
3#097194
4#07617F
5#06516A
6#054155
7#043140
8#02202A
9#011015
Tints
Lighter variations
1#0EB7EF
2#27C0F2
3#42C8F4
4#5DCFF6
5#78D7F7
6#93DFF9
7#AEE7FA
8#C9EFFC
9#E4F7FD
Tones
Muted variations
1#169DCA
2#2098C0
3#2A93B6
4#348EAC
5#3E89A2
6#488498
7#527F8E
8#5C7A84
9#66757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DE #90DEF9 | BordersInactive statesPlaceholder text |
| 400 | 56CD #56CDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26BF #26BFF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CA2 #0CA2D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A81 #0A81A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 075C #075C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DDF5FD;
--dodger-blue-200: #C0EDFB;
--dodger-blue-300: #90DEF9;
--dodger-blue-400: #56CDF5;
--dodger-blue-500: #26BFF2;
--dodger-blue-600: #0CA2D4;
--dodger-blue-700: #0A81A9;
--dodger-blue-800: #075C78;
--dodger-blue-900: #043B4D;
--dodger-blue-950: #032530;
}