Dodger Blue
#27ABF1
BlueColor Codes
All color formats for development
HEX
#27ABF1RGB
rgb(39, 171, 241)HSL
hsl(201, 88%, 55%)OKLCH
oklch(0.706 0.148 238.7)CMYK
cmyk(84%, 29%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FA0ED
2#0D8ED3
3#0C7CB9
4#0A6A9E
5#085984
6#074769
7#05354F
8#032335
9#02121A
Tints
Lighter variations
1#3DB3F3
2#52BBF4
3#68C4F5
4#7ECCF7
5#93D5F8
6#A9DDF9
7#BEE6FB
8#D4EEFC
9#E9F7FE
Tones
Muted variations
1#31A8E7
2#3BA4DD
3#46A1D3
4#509EC9
5#5A9BBF
6#6498B5
7#6E95AB
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 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E7 #C1E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D4 #91D4F8 | BordersInactive statesPlaceholder text |
| 400 | 57BD #57BDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AB #27ABF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8E #0D8ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B71 #0B71A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0851 #085178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0534 #05344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DDF2FD;
--dodger-blue-200: #C1E7FB;
--dodger-blue-300: #91D4F8;
--dodger-blue-400: #57BDF4;
--dodger-blue-500: #27ABF1;
--dodger-blue-600: #0D8ED3;
--dodger-blue-700: #0B71A8;
--dodger-blue-800: #085178;
--dodger-blue-900: #05344D;
--dodger-blue-950: #032030;
}