Dodger Blue
#26CDF2
CyanColor Codes
All color formats for development
HEX
#26CDF2RGB
rgb(38, 205, 242)HSL
hsl(191, 89%, 55%)OKLCH
oklch(0.785 0.135 217.9)CMYK
cmyk(84%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EC5EF
2#0CAFD4
3#0B9ABA
4#09849F
5#086E85
6#06586A
7#054250
8#032C35
9#02161B
Tints
Lighter variations
1#3CD2F4
2#51D7F5
3#67DCF6
4#7DE1F7
5#93E6F9
6#A8EBFA
7#BEF0FB
8#D4F5FC
9#E9FAFE
Tones
Muted variations
1#30C6E8
2#3BC0DE
3#45BAD4
4#4FB3CA
5#59ADBF
6#63A6B5
7#6EA0AB
8#7899A1
9#829396
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;
}