Sky Blue
#4FC8FC
BlueColor Codes
All color formats for development
HEX
#4FC8FCRGB
rgb(79, 200, 252)HSL
hsl(198, 97%, 65%)OKLCH
oklch(0.786 0.129 230.2)CMYK
cmyk(69%, 21%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FBEFC
2#0EB4FB
3#03A1E5
4#038AC4
5#0273A3
6#025C83
7#014562
8#012E41
9#001721
Tints
Lighter variations
1#61CEFD
2#72D3FD
3#84D9FD
4#96DEFD
5#A7E4FE
6#B9E9FE
7#CAEFFE
8#DCF4FE
9#EDFAFF
Tones
Muted variations
1#58C5F4
2#60C1EB
3#69BEE2
4#72BBDA
5#7AB7D1
6#83B4C8
7#8CB0C0
8#94ADB7
9#9DA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEB #BEEBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDB #8BDBFD | BordersInactive statesPlaceholder text |
| 400 | 4FC8 #4FC8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB9 #1DB9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 039C #039CDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 037C #037CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0258 #02587E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0139 #013950 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF4FE;
--sky-blue-200: #BEEBFE;
--sky-blue-300: #8BDBFD;
--sky-blue-400: #4FC8FC;
--sky-blue-500: #1DB9FC;
--sky-blue-600: #039CDD;
--sky-blue-700: #037CB0;
--sky-blue-800: #02587E;
--sky-blue-900: #013950;
--sky-blue-950: #012332;
}