Dodger Blue
#0CA9D4
CyanColor Codes
All color formats for development
HEX
#0CA9D4RGB
rgb(12, 169, 212)HSL
hsl(193, 89%, 44%)OKLCH
oklch(0.684 0.128 224.7)CMYK
cmyk(94%, 20%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B98BF
2#0A87AA
3#097694
4#07657F
5#06546A
6#054455
7#043340
8#02222A
9#011115
Tints
Lighter variations
1#0EBEEF
2#27C6F2
3#42CDF4
4#5DD5F6
5#78DCF7
6#93E3F9
7#AEEAFA
8#C9F1FC
9#E4F8FD
Tones
Muted variations
1#16A3CA
2#209DC0
3#2A98B6
4#3492AC
5#3E8CA2
6#488798
7#52818E
8#5C7C84
9#66767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 56D3 #56D3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26C6 #26C6F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CA9 #0CA9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A86 #0A86A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0760 #076078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043D #043D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DDF6FD;
--dodger-blue-200: #C0EFFB;
--dodger-blue-300: #90E2F9;
--dodger-blue-400: #56D3F5;
--dodger-blue-500: #26C6F2;
--dodger-blue-600: #0CA9D4;
--dodger-blue-700: #0A86A9;
--dodger-blue-800: #076078;
--dodger-blue-900: #043D4D;
--dodger-blue-950: #032630;
}