Sky Blue
#8FC4FA
BlueColor Codes
All color formats for development
HEX
#8FC4FARGB
rgb(143, 196, 250)HSL
hsl(210, 91%, 77%)OKLCH
oklch(0.803 0.095 249.5)CMYK
cmyk(43%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B1F8
2#449DF6
3#1E89F4
4#0B76E1
5#0962BC
6#074F96
7#053B71
8#04274B
9#021426
Tints
Lighter variations
1#9ACAFA
2#A5D0FB
3#B1D6FB
4#BCDCFC
5#C7E2FC
6#D2E8FD
7#DDEDFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#94C4F4
2#9AC4EF
3#9FC4EA
4#A4C4E4
5#AAC4DF
6#AFC4DA
7#B4C4D4
8#BAC4CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DE #C0DEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC4 #8FC4FA | BordersInactive statesPlaceholder text |
| 400 | 55A6 #55A6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 248C #248CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A70 #0A70D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0859 #0859AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0640 #06407A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294E | 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: #DDEDFD;
--sky-blue-200: #C0DEFC;
--sky-blue-300: #8FC4FA;
--sky-blue-400: #55A6F7;
--sky-blue-500: #248CF5;
--sky-blue-600: #0A70D6;
--sky-blue-700: #0859AA;
--sky-blue-800: #06407A;
--sky-blue-900: #04294E;
--sky-blue-950: #021A31;
}