Dodger Blue
#2BBDEE
BlueColor Codes
All color formats for development
HEX
#2BBDEERGB
rgb(43, 189, 238)HSL
hsl(195, 85%, 55%)OKLCH
oklch(0.747 0.134 226.7)CMYK
cmyk(82%, 21%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B4EA
2#11A0D0
3#0F8CB6
4#0D789C
5#0B6482
6#085068
7#063C4E
8#042834
9#02141A
Tints
Lighter variations
1#40C4F0
2#55CAF1
3#6AD1F3
4#80D7F5
5#95DEF6
6#AAE5F8
7#BFEBFA
8#D5F2FC
9#EAF8FD
Tones
Muted variations
1#34B8E4
2#3EB3DA
3#48AED1
4#52AAC7
5#5BA5BD
6#65A0B3
7#6F9BAA
8#7996A0
9#829196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EC #C2ECFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DD #92DDF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACC #5ACCF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BBD #2BBDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A0 #11A0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7F #0D7FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5B #0A5B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063A #063A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF5FC;
--dodger-blue-200: #C2ECFA;
--dodger-blue-300: #92DDF6;
--dodger-blue-400: #5ACCF2;
--dodger-blue-500: #2BBDEE;
--dodger-blue-600: #11A0D0;
--dodger-blue-700: #0D7FA5;
--dodger-blue-800: #0A5B76;
--dodger-blue-900: #063A4B;
--dodger-blue-950: #04242F;
}