Dodger Blue
#26BFF2
BlueColor Codes
All color formats for development
HEX
#26BFF2RGB
rgb(38, 191, 242)HSL
hsl(195, 89%, 55%)OKLCH
oklch(0.752 0.138 227.1)CMYK
cmyk(84%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EB6EF
2#0CA2D4
3#0B8EBA
4#097A9F
5#086585
6#06516A
7#053D50
8#032935
9#02141B
Tints
Lighter variations
1#3CC6F4
2#51CCF5
3#67D2F6
4#7DD9F7
5#93DFF9
6#A8E6FA
7#BEECFB
8#D4F2FC
9#E9F9FE
Tones
Muted variations
1#30BAE8
2#3BB5DE
3#45B0D4
4#4FABCA
5#59A6BF
6#63A1B5
7#6E9CAB
8#7896A1
9#829196
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;
}