Dodger Blue
#27A7F1
BlueColor Codes
All color formats for development
HEX
#27A7F1RGB
rgb(39, 167, 241)HSL
hsl(202, 88%, 55%)OKLCH
oklch(0.696 0.151 240.8)CMYK
cmyk(84%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9CED
2#0D8BD3
3#0C79B9
4#0A689E
5#085784
6#074569
7#05344F
8#032335
9#02111A
Tints
Lighter variations
1#3DB0F3
2#52B9F4
3#68C2F5
4#7ECAF7
5#93D3F8
6#A9DCF9
7#BEE5FB
8#D4EDFC
9#E9F6FE
Tones
Muted variations
1#31A4E7
2#3BA2DD
3#469FD3
4#509CC9
5#5A9ABF
6#6497B5
7#6E94AB
8#7892A0
9#828F96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E6 #C1E6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D2 #91D2F8 | BordersInactive statesPlaceholder text |
| 400 | 57BB #57BBF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A7 #27A7F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8B #0D8BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B6E #0B6EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084F #084F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0532 #05324D | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DDF1FD;
--dodger-blue-200: #C1E6FB;
--dodger-blue-300: #91D2F8;
--dodger-blue-400: #57BBF4;
--dodger-blue-500: #27A7F1;
--dodger-blue-600: #0D8BD3;
--dodger-blue-700: #0B6EA8;
--dodger-blue-800: #084F78;
--dodger-blue-900: #05324D;
--dodger-blue-950: #031F30;
}