Sky Blue
#8DC4FB
BlueColor Codes
All color formats for development
HEX
#8DC4FBRGB
rgb(141, 196, 251)HSL
hsl(210, 93%, 77%)OKLCH
oklch(0.803 0.097 249.1)CMYK
cmyk(44%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B1FA
2#429DF8
3#1C89F7
4#0876E3
5#0762BD
6#054F98
7#043B72
8#03274C
9#011426
Tints
Lighter variations
1#99CAFB
2#A4D0FC
3#B0D6FC
4#BBDCFD
5#C6E2FD
6#D2E8FD
7#DDEDFE
8#E8F3FE
9#F4F9FF
Tones
Muted variations
1#93C4F5
2#99C4F0
3#9EC4EB
4#A4C4E5
5#A9C4E0
6#AFC4DA
7#B4C4D5
8#B9C4CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDE #BFDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC4 #8EC4FB | BordersInactive statesPlaceholder text |
| 400 | 53A6 #53A6F9 | Disabled statesSecondary iconsMuted text |
| 500 | 228C #228CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0870 #0870D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0659 #0659AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0440 #04407B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0329 #03294F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FE;
--sky-blue-100: #DDEDFE;
--sky-blue-200: #BFDEFD;
--sky-blue-300: #8EC4FB;
--sky-blue-400: #53A6F9;
--sky-blue-500: #228CF7;
--sky-blue-600: #0870D9;
--sky-blue-700: #0659AC;
--sky-blue-800: #04407B;
--sky-blue-900: #03294F;
--sky-blue-950: #021A31;
}