Dodger Blue
#2BC0EE
CyanColor Codes
All color formats for development
HEX
#2BC0EERGB
rgb(43, 192, 238)HSL
hsl(194, 85%, 55%)OKLCH
oklch(0.754 0.134 224.7)CMYK
cmyk(82%, 19%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B7EA
2#11A3D0
3#0F8FB6
4#0D7A9C
5#0B6682
6#085268
7#063D4E
8#042934
9#02141A
Tints
Lighter variations
1#40C7F0
2#55CDF1
3#6AD3F3
4#80D9F5
5#95E0F6
6#AAE6F8
7#BFECFA
8#D5F2FC
9#EAF9FD
Tones
Muted variations
1#34BBE4
2#3EB6DA
3#48B1D1
4#52ABC7
5#5BA6BD
6#65A1B3
7#6F9CAA
8#7997A0
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 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DF #92DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACE #5ACEF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC0 #2BC0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A3 #11A3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D82 #0D82A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5D #0A5D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063B #063B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | 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: #C2EDFA;
--dodger-blue-300: #92DFF6;
--dodger-blue-400: #5ACEF2;
--dodger-blue-500: #2BC0EE;
--dodger-blue-600: #11A3D0;
--dodger-blue-700: #0D82A5;
--dodger-blue-800: #0A5D76;
--dodger-blue-900: #063B4B;
--dodger-blue-950: #04252F;
}