Dodger Blue
#27B1F1
BlueColor Codes
All color formats for development
HEX
#27B1F1RGB
rgb(39, 177, 241)HSL
hsl(199, 88%, 55%)OKLCH
oklch(0.719 0.144 235.3)CMYK
cmyk(84%, 27%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FA7ED
2#0D94D3
3#0C82B9
4#0A6F9E
5#085D84
6#074A69
7#05384F
8#032535
9#02131A
Tints
Lighter variations
1#3DB9F3
2#52C1F4
3#68C9F5
4#7ED0F7
5#93D8F8
6#A9E0F9
7#BEE8FB
8#D4EFFC
9#E9F7FE
Tones
Muted variations
1#31AEE7
2#3BAADD
3#46A6D3
4#50A2C9
5#5A9FBF
6#649BB5
7#6E97AB
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 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D7 #91D7F8 | BordersInactive statesPlaceholder text |
| 400 | 57C3 #57C3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B1 #27B1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D94 #0D94D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B76 #0B76A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0854 #085478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0536 #05364D | 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: #C1E9FB;
--dodger-blue-300: #91D7F8;
--dodger-blue-400: #57C3F4;
--dodger-blue-500: #27B1F1;
--dodger-blue-600: #0D94D3;
--dodger-blue-700: #0B76A8;
--dodger-blue-800: #085478;
--dodger-blue-900: #05364D;
--dodger-blue-950: #032230;
}