Dodger Blue
#2BC7EE
CyanColor Codes
All color formats for development
HEX
#2BC7EERGB
rgb(43, 199, 238)HSL
hsl(192, 85%, 55%)OKLCH
oklch(0.77 0.132 220)CMYK
cmyk(82%, 16%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13BFEA
2#11A9D0
3#0F94B6
4#0D7F9C
5#0B6A82
6#085568
7#06404E
8#042A34
9#02151A
Tints
Lighter variations
1#40CCF0
2#55D2F1
3#6AD8F3
4#80DDF5
5#95E3F6
6#AAE9F8
7#BFEEFA
8#D5F4FC
9#EAF9FD
Tones
Muted variations
1#34C1E4
2#3EBBDA
3#48B5D1
4#52AFC7
5#5BAABD
6#65A4B3
7#6F9EAA
8#7998A0
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 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E2 #92E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD3 #5AD3F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC7 #2BC7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A9 #11A9D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D87 #0D87A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063E #063E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | 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: #C2EFFA;
--dodger-blue-300: #92E2F6;
--dodger-blue-400: #5AD3F2;
--dodger-blue-500: #2BC7EE;
--dodger-blue-600: #11A9D0;
--dodger-blue-700: #0D87A5;
--dodger-blue-800: #0A6076;
--dodger-blue-900: #063E4B;
--dodger-blue-950: #04272F;
}