Dodger Blue
#26C6F2
CyanColor Codes
All color formats for development
HEX
#26C6F2RGB
rgb(38, 198, 242)HSL
hsl(193, 89%, 55%)OKLCH
oklch(0.769 0.136 222.6)CMYK
cmyk(84%, 18%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EBEEF
2#0CA9D4
3#0B94BA
4#097F9F
5#086985
6#06546A
7#053F50
8#032A35
9#02151B
Tints
Lighter variations
1#3CCCF4
2#51D1F5
3#67D7F6
4#7DDDF7
5#93E3F9
6#A8E8FA
7#BEEEFB
8#D4F4FC
9#E9F9FE
Tones
Muted variations
1#30C0E8
2#3BBBDE
3#45B5D4
4#4FAFCA
5#59A9BF
6#63A3B5
7#6E9EAB
8#7898A1
9#829296
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;
}