Dodger Blue
#25C7F4
CyanColor Codes
All color formats for development
HEX
#25C7F4RGB
rgb(37, 199, 244)HSL
hsl(193, 90%, 55%)OKLCH
oklch(0.772 0.137 222.9)CMYK
cmyk(85%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DBFF0
2#0BA9D5
3#0A94BB
4#087FA0
5#076A85
6#06556B
7#044050
8#032A35
9#01151B
Tints
Lighter variations
1#3BCCF5
2#51D2F6
3#66D8F7
4#7CDDF8
5#92E3F9
6#A8E9FA
7#BEEEFC
8#D3F4FD
9#E9F9FE
Tones
Muted variations
1#2FC1E9
2#3ABBDF
3#44B5D5
4#4EAFCA
5#59AAC0
6#63A4B6
7#6D9EAB
8#7898A1
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 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 55D3 #55D3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C7 #25C7F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA9 #0BA9D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0987 #0987AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0660 #066079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | 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: #C0EFFC;
--dodger-blue-300: #90E2F9;
--dodger-blue-400: #55D3F6;
--dodger-blue-500: #25C7F4;
--dodger-blue-600: #0BA9D5;
--dodger-blue-700: #0987AA;
--dodger-blue-800: #066079;
--dodger-blue-900: #043E4E;
--dodger-blue-950: #032730;
}