Sky Blue
#4DBEFF
BlueColor Codes
All color formats for development
HEX
#4DBEFFRGB
rgb(77, 190, 255)HSL
hsl(202, 100%, 65%)OKLCH
oklch(0.764 0.137 237.8)CMYK
cmyk(70%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BB1FF
2#0AA5FF
3#0093E8
4#007EC7
5#0069A6
6#005485
7#003F63
8#002A42
9#001521
Tints
Lighter variations
1#5EC4FF
2#70CBFF
3#82D1FF
4#94D8FF
5#A6DEFF
6#B8E5FF
7#C9EBFF
8#DBF2FF
9#EDF8FF
Tones
Muted variations
1#55BBF6
2#5EB9ED
3#67B6E4
4#70B4DB
5#79B2D2
6#82AFC9
7#8BADC1
8#94ABB8
9#9DA8AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF2 #DBF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE7 #BDE7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD4 #8AD4FF | BordersInactive statesPlaceholder text |
| 400 | 4DBE #4DBEFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAB #1AABFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008E #008EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0071 #0071B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0051 #005180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0034 #003452 | Primary textHigh emphasis contentDark headings |
| 950 | 0020 #002033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DBF2FF;
--sky-blue-200: #BDE7FF;
--sky-blue-300: #8AD4FF;
--sky-blue-400: #4DBEFF;
--sky-blue-500: #1AABFF;
--sky-blue-600: #008EE0;
--sky-blue-700: #0071B3;
--sky-blue-800: #005180;
--sky-blue-900: #003452;
--sky-blue-950: #002033;
}