Sky Blue
#4DC3FF
BlueColor Codes
All color formats for development
HEX
#4DC3FFRGB
rgb(77, 195, 255)HSL
hsl(200, 100%, 65%)OKLCH
oklch(0.776 0.135 234.7)CMYK
cmyk(70%, 24%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BB8FF
2#0AADFF
3#009BE8
4#0085C7
5#006EA6
6#005885
7#004263
8#002C42
9#001621
Tints
Lighter variations
1#5EC9FF
2#70CFFF
3#82D5FF
4#94DBFF
5#A6E1FF
6#B8E7FF
7#C9EDFF
8#DBF3FF
9#EDF9FF
Tones
Muted variations
1#55C1F6
2#5EBEED
3#67BBE4
4#70B8DB
5#79B5D2
6#82B2C9
7#8BAFC1
8#94ACB8
9#9DA9AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD8 #8AD8FF | BordersInactive statesPlaceholder text |
| 400 | 4DC3 #4DC3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB2 #1AB2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0096 #0096E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0077 #0077B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0055 #005580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0036 #003652 | Primary textHigh emphasis contentDark headings |
| 950 | 0022 #002233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DBF3FF;
--sky-blue-200: #BDE9FF;
--sky-blue-300: #8AD8FF;
--sky-blue-400: #4DC3FF;
--sky-blue-500: #1AB2FF;
--sky-blue-600: #0096E0;
--sky-blue-700: #0077B3;
--sky-blue-800: #005580;
--sky-blue-900: #003652;
--sky-blue-950: #002233;
}