Dodger Blue
#00BBE0
CyanColor Codes
All color formats for development
HEX
#00BBE0RGB
rgb(0, 187, 224)HSL
hsl(190, 100%, 44%)OKLCH
oklch(0.732 0.132 218.8)CMYK
cmyk(100%, 17%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A8CA
2#0096B4
3#00839D
4#007087
5#005D70
6#004B5A
7#003843
8#00252D
9#001316
Tints
Lighter variations
1#00D3FD
2#1BD9FF
3#37DEFF
4#54E2FF
5#70E7FF
6#8DECFF
7#A9F1FF
8#C6F5FF
9#E2FAFF
Tones
Muted variations
1#0BB4D5
2#16ACCA
3#22A5BF
4#2D9DB4
5#3896A8
6#438E9D
7#4F8792
8#5A7F87
9#65787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF9 #DBF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEB #8AEBFF | BordersInactive statesPlaceholder text |
| 400 | 4DE1 #4DE1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD9 #1AD9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BB #00BBE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0095 #0095B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006A #006A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0044 #004452 | Primary textHigh emphasis contentDark headings |
| 950 | 002B #002B33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DBF9FF;
--dodger-blue-200: #BDF4FF;
--dodger-blue-300: #8AEBFF;
--dodger-blue-400: #4DE1FF;
--dodger-blue-500: #1AD9FF;
--dodger-blue-600: #00BBE0;
--dodger-blue-700: #0095B3;
--dodger-blue-800: #006A80;
--dodger-blue-900: #004452;
--dodger-blue-950: #002B33;
}