Dodger Blue
#35BEE3
CyanColor Codes
All color formats for development
HEX
#35BEE3RGB
rgb(53, 190, 227)HSL
hsl(193, 76%, 55%)OKLCH
oklch(0.746 0.124 220.6)CMYK
cmyk(77%, 16%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EB5DE
2#1BA1C5
3#188CAD
4#147894
5#11647B
6#0D5063
7#0A3C4A
8#072831
9#031419
Tints
Lighter variations
1#49C4E6
2#5DCBE9
3#72D1EC
4#86D8EE
5#9ADEF1
6#AEE5F4
7#C2EBF7
8#D7F2F9
9#EBF8FC
Tones
Muted variations
1#3EB9DB
2#46B4D2
3#4FAFC9
4#58AAC1
5#61A5B8
6#69A0AF
7#729BA6
8#7B969E
9#849195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EC #C5ECF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DE #98DEF1 | BordersInactive statesPlaceholder text |
| 400 | 62CC #62CCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BE #35BEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA1 #1BA1C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1580 #15809D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5B #0F5B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3A #0A3A48 | 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: #F2FBFD;
--dodger-blue-100: #E0F5FB;
--dodger-blue-200: #C5ECF7;
--dodger-blue-300: #98DEF1;
--dodger-blue-400: #62CCEA;
--dodger-blue-500: #35BEE3;
--dodger-blue-600: #1BA1C5;
--dodger-blue-700: #15809D;
--dodger-blue-800: #0F5B70;
--dodger-blue-900: #0A3A48;
--dodger-blue-950: #06242D;
}