Dodger Blue
#27BFF1
BlueColor Codes
All color formats for development
HEX
#27BFF1RGB
rgb(39, 191, 241)HSL
hsl(195, 88%, 55%)OKLCH
oklch(0.752 0.137 226.6)CMYK
cmyk(84%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FB6ED
2#0DA2D3
3#0C8DB9
4#0A799E
5#086584
6#075169
7#053D4F
8#032835
9#02141A
Tints
Lighter variations
1#3DC5F3
2#52CCF4
3#68D2F5
4#7ED8F7
5#93DFF8
6#A9E5F9
7#BEECFB
8#D4F2FC
9#E9F9FE
Tones
Muted variations
1#31BAE7
2#3BB5DD
3#46B0D3
4#50ABC9
5#5AA5BF
6#64A0B5
7#6E9BAB
8#7896A0
9#829196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EC #C1ECFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DE #91DEF8 | BordersInactive statesPlaceholder text |
| 400 | 57CD #57CDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BF #27BFF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA2 #0DA2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B81 #0B81A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085C #085C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053B #053B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DDF5FD;
--dodger-blue-200: #C1ECFB;
--dodger-blue-300: #91DEF8;
--dodger-blue-400: #57CDF4;
--dodger-blue-500: #27BFF1;
--dodger-blue-600: #0DA2D3;
--dodger-blue-700: #0B81A8;
--dodger-blue-800: #085C78;
--dodger-blue-900: #053B4D;
--dodger-blue-950: #032530;
}