Dodger Blue
#27AEF1
BlueColor Codes
All color formats for development
HEX
#27AEF1RGB
rgb(39, 174, 241)HSL
hsl(200, 88%, 55%)OKLCH
oklch(0.712 0.146 237)CMYK
cmyk(84%, 28%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FA3ED
2#0D91D3
3#0C7FB9
4#0A6D9E
5#085B84
6#074969
7#05364F
8#032435
9#02121A
Tints
Lighter variations
1#3DB6F3
2#52BEF4
3#68C6F5
4#7ECEF7
5#93D6F8
6#A9DFF9
7#BEE7FB
8#D4EFFC
9#E9F7FE
Tones
Muted variations
1#31ABE7
2#3BA7DD
3#46A4D3
4#50A0C9
5#5A9DBF
6#649AB5
7#6E96AB
8#7893A0
9#829096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E8 #C1E8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D6 #91D6F8 | BordersInactive statesPlaceholder text |
| 400 | 57C0 #57C0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AE #27AEF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D91 #0D91D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B73 #0B73A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0852 #085278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0535 #05354D | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DDF2FD;
--dodger-blue-200: #C1E8FB;
--dodger-blue-300: #91D6F8;
--dodger-blue-400: #57C0F4;
--dodger-blue-500: #27AEF1;
--dodger-blue-600: #0D91D3;
--dodger-blue-700: #0B73A8;
--dodger-blue-800: #085278;
--dodger-blue-900: #05354D;
--dodger-blue-950: #032130;
}