Dodger Blue
#27B5F1
BlueColor Codes
All color formats for development
HEX
#27B5F1RGB
rgb(39, 181, 241)HSL
hsl(198, 88%, 55%)OKLCH
oklch(0.729 0.141 232.9)CMYK
cmyk(84%, 25%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FABED
2#0D98D3
3#0C85B9
4#0A729E
5#085F84
6#074C69
7#05394F
8#032635
9#02131A
Tints
Lighter variations
1#3DBCF3
2#52C4F4
3#68CBF5
4#7ED2F7
5#93DAF8
6#A9E1F9
7#BEE9FB
8#D4F0FC
9#E9F8FE
Tones
Muted variations
1#31B1E7
2#3BADDD
3#46A9D3
4#50A4C9
5#5AA0BF
6#649CB5
7#6E98AB
8#7894A0
9#829096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EA #C1EAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F8 | BordersInactive statesPlaceholder text |
| 400 | 57C5 #57C5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B5 #27B5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D98 #0D98D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B79 #0B79A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C1EAFB;
--dodger-blue-300: #91D9F8;
--dodger-blue-400: #57C5F4;
--dodger-blue-500: #27B5F1;
--dodger-blue-600: #0D98D3;
--dodger-blue-700: #0B79A8;
--dodger-blue-800: #085678;
--dodger-blue-900: #05374D;
--dodger-blue-950: #032230;
}