Dodger Blue
#35BBE3
CyanColor Codes
All color formats for development
HEX
#35BBE3RGB
rgb(53, 187, 227)HSL
hsl(194, 76%, 55%)OKLCH
oklch(0.739 0.124 222.8)CMYK
cmyk(77%, 18%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EB1DE
2#1B9EC5
3#188AAD
4#147694
5#11637B
6#0D4F63
7#0A3B4A
8#072731
9#031419
Tints
Lighter variations
1#49C2E6
2#5DC8E9
3#72CFEC
4#86D6EE
5#9ADDF1
6#AEE4F4
7#C2EBF7
8#D7F1F9
9#EBF8FC
Tones
Muted variations
1#3EB6DB
2#46B1D2
3#4FADC9
4#58A8C1
5#61A4B8
6#699FAF
7#729AA6
8#7B969E
9#849195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EB #C5EBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DC #98DCF1 | BordersInactive statesPlaceholder text |
| 400 | 62CA #62CAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BB #35BBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9E #1B9EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157D #157D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5A #0F5A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A39 #0A3948 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E0F4FB;
--dodger-blue-200: #C5EBF7;
--dodger-blue-300: #98DCF1;
--dodger-blue-400: #62CAEA;
--dodger-blue-500: #35BBE3;
--dodger-blue-600: #1B9EC5;
--dodger-blue-700: #157D9D;
--dodger-blue-800: #0F5A70;
--dodger-blue-900: #0A3948;
--dodger-blue-950: #06242D;
}