Dodger Blue
#2BC4EE
CyanColor Codes
All color formats for development
HEX
#2BC4EERGB
rgb(43, 196, 238)HSL
hsl(193, 85%, 55%)OKLCH
oklch(0.763 0.133 222)CMYK
cmyk(82%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13BBEA
2#11A6D0
3#0F91B6
4#0D7D9C
5#0B6882
6#085368
7#063E4E
8#042A34
9#02151A
Tints
Lighter variations
1#40C9F0
2#55CFF1
3#6AD5F3
4#80DBF5
5#95E1F6
6#AAE7F8
7#BFEDFA
8#D5F3FC
9#EAF9FD
Tones
Muted variations
1#34BEE4
2#3EB8DA
3#48B3D1
4#52ADC7
5#5BA8BD
6#65A2B3
7#6F9DAA
8#7997A0
9#829296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E1 #92E1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD1 #5AD1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC4 #2BC4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A6 #11A6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D84 #0D84A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF6FC;
--dodger-blue-200: #C2EEFA;
--dodger-blue-300: #92E1F6;
--dodger-blue-400: #5AD1F2;
--dodger-blue-500: #2BC4EE;
--dodger-blue-600: #11A6D0;
--dodger-blue-700: #0D84A5;
--dodger-blue-800: #0A5E76;
--dodger-blue-900: #063C4B;
--dodger-blue-950: #04262F;
}