Dodger Blue
#0CAFD4
CyanColor Codes
All color formats for development
HEX
#0CAFD4RGB
rgb(12, 175, 212)HSL
hsl(191, 89%, 44%)OKLCH
oklch(0.698 0.126 220.4)CMYK
cmyk(94%, 17%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B9EBF
2#0A8CAA
3#097B94
4#07697F
5#06586A
6#054655
7#043540
8#02232A
9#011215
Tints
Lighter variations
1#0EC6EF
2#27CDF2
3#42D3F4
4#5DDAF6
5#78E0F7
6#93E6F9
7#AEECFA
8#C9F3FC
9#E4F9FD
Tones
Muted variations
1#16A9CA
2#20A3C0
3#2A9CB6
4#3496AC
5#3E90A2
6#488998
7#52838E
8#5C7D84
9#66777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E5 #90E5F9 | BordersInactive statesPlaceholder text |
| 400 | 56D8 #56D8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26CD #26CDF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CAF #0CAFD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8C #0A8CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0764 #076478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DDF7FD;
--dodger-blue-200: #C0F1FB;
--dodger-blue-300: #90E5F9;
--dodger-blue-400: #56D8F5;
--dodger-blue-500: #26CDF2;
--dodger-blue-600: #0CAFD4;
--dodger-blue-700: #0A8CA9;
--dodger-blue-800: #076478;
--dodger-blue-900: #04404D;
--dodger-blue-950: #032830;
}