Dodger Blue
#3CBFDD
CyanColor Codes
All color formats for development
HEX
#3CBFDDRGB
rgb(60, 191, 221)HSL
hsl(191, 70%, 55%)OKLCH
oklch(0.747 0.118 216.7)CMYK
cmyk(73%, 14%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26B6D7
2#22A2BF
3#1D8EA7
4#19798F
5#156577
6#11515F
7#0D3D48
8#082830
9#041418
Tints
Lighter variations
1#4FC6E0
2#63CCE3
3#76D2E7
4#8AD9EA
5#9DDFEE
6#B1E5F1
7#C4ECF5
8#D8F2F8
9#EBF9FC
Tones
Muted variations
1#44BAD5
2#4CB5CD
3#54B0C4
4#5CABBC
5#64A6B4
6#6CA1AC
7#749CA4
8#7C969C
9#849194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDE #9BDEED | BordersInactive statesPlaceholder text |
| 400 | 67CD #67CDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBF #3CBFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A2 #22A2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B81 #1B8198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135C #135C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3B #0C3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFD;
--dodger-blue-100: #E1F5FA;
--dodger-blue-200: #C7EDF5;
--dodger-blue-300: #9BDEED;
--dodger-blue-400: #67CDE4;
--dodger-blue-500: #3CBFDD;
--dodger-blue-600: #22A2BF;
--dodger-blue-700: #1B8198;
--dodger-blue-800: #135C6C;
--dodger-blue-900: #0C3B45;
--dodger-blue-950: #08252B;
}