Dodger Blue
#27BBF1
BlueColor Codes
All color formats for development
HEX
#27BBF1RGB
rgb(39, 187, 241)HSL
hsl(196, 88%, 55%)OKLCH
oklch(0.743 0.139 229.2)CMYK
cmyk(84%, 22%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FB2ED
2#0D9ED3
3#0C8AB9
4#0A779E
5#086384
6#074F69
7#053B4F
8#032835
9#02141A
Tints
Lighter variations
1#3DC2F3
2#52C9F4
3#68D0F5
4#7ED6F7
5#93DDF8
6#A9E4F9
7#BEEBFB
8#D4F1FC
9#E9F8FE
Tones
Muted variations
1#31B7E7
2#3BB2DD
3#46ADD3
4#50A9C9
5#5AA4BF
6#649FB5
7#6E9AAB
8#7896A0
9#829196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EB #C1EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DC #91DCF8 | BordersInactive statesPlaceholder text |
| 400 | 57CA #57CAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BB #27BBF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9E #0D9ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7E #0B7EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085A #085A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053A #053A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DDF4FD;
--dodger-blue-200: #C1EBFB;
--dodger-blue-300: #91DCF8;
--dodger-blue-400: #57CAF4;
--dodger-blue-500: #27BBF1;
--dodger-blue-600: #0D9ED3;
--dodger-blue-700: #0B7EA8;
--dodger-blue-800: #085A78;
--dodger-blue-900: #053A4D;
--dodger-blue-950: #032430;
}