Dodger Blue
#35C9E3
CyanColor Codes
All color formats for development
HEX
#35C9E3RGB
rgb(53, 201, 227)HSL
hsl(189, 76%, 55%)OKLCH
oklch(0.772 0.124 212.5)CMYK
cmyk(77%, 11%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EC1DE
2#1BACC5
3#1896AD
4#148194
5#116B7B
6#0D5663
7#0A404A
8#072B31
9#031519
Tints
Lighter variations
1#49CFE6
2#5DD4E9
3#72D9EC
4#86DFEE
5#9AE4F1
6#AEEAF4
7#C2EFF7
8#D7F4F9
9#EBFAFC
Tones
Muted variations
1#3EC3DB
2#46BDD2
3#4FB7C9
4#58B1C1
5#61ABB8
6#69A5AF
7#729FA6
8#7B989E
9#849295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E4 #98E4F1 | BordersInactive statesPlaceholder text |
| 400 | 62D5 #62D5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C9 #35C9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAC #1BACC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3F #0A3F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFD;
--dodger-blue-100: #E0F7FB;
--dodger-blue-200: #C5EFF7;
--dodger-blue-300: #98E4F1;
--dodger-blue-400: #62D5EA;
--dodger-blue-500: #35C9E3;
--dodger-blue-600: #1BACC5;
--dodger-blue-700: #15899D;
--dodger-blue-800: #0F6270;
--dodger-blue-900: #0A3F48;
--dodger-blue-950: #06272D;
}