Dodger Blue
#25C3F4
CyanColor Codes
All color formats for development
HEX
#25C3F4RGB
rgb(37, 195, 244)HSL
hsl(194, 90%, 55%)OKLCH
oklch(0.762 0.138 225.5)CMYK
cmyk(85%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DBBF0
2#0BA6D5
3#0A91BB
4#087DA0
5#076885
6#06536B
7#043E50
8#032A35
9#01151B
Tints
Lighter variations
1#3BC9F5
2#51CFF6
3#66D5F7
4#7CDBF8
5#92E1F9
6#A8E7FA
7#BEEDFC
8#D3F3FD
9#E9F9FE
Tones
Muted variations
1#2FBEE9
2#3AB8DF
3#44B3D5
4#4EADCA
5#59A8C0
6#63A2B6
7#6D9DAB
8#7897A1
9#829297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E1 #90E1F9 | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C3 #25C3F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA6 #0BA6D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0984 #0984AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065E #065E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043C #043C4E | 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: #F0FBFE;
--dodger-blue-100: #DDF6FD;
--dodger-blue-200: #C0EEFC;
--dodger-blue-300: #90E1F9;
--dodger-blue-400: #55D1F6;
--dodger-blue-500: #25C3F4;
--dodger-blue-600: #0BA6D5;
--dodger-blue-700: #0984AA;
--dodger-blue-800: #065E79;
--dodger-blue-900: #043C4E;
--dodger-blue-950: #032630;
}