Sky Blue
#8FC1FA
BlueColor Codes
All color formats for development
HEX
#8FC1FARGB
rgb(143, 193, 250)HSL
hsl(212, 91%, 77%)OKLCH
oklch(0.797 0.097 252.3)CMYK
cmyk(43%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69ACF8
2#4497F6
3#1E82F4
4#0B6FE1
5#095CBC
6#074A96
7#053771
8#04254B
9#021226
Tints
Lighter variations
1#9AC7FA
2#A5CDFB
3#B1D3FB
4#BCDAFC
5#C7E0FC
6#D2E6FD
7#DDECFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#94C1F4
2#9AC2EF
3#9FC2EA
4#A4C2E4
5#AAC3DF
6#AFC3DA
7#B4C3D4
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 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC1 #8FC1FA | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2485 #2485F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A69 #0A69D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0854 #0854AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FE;
--sky-blue-100: #DDECFD;
--sky-blue-200: #C0DCFC;
--sky-blue-300: #8FC1FA;
--sky-blue-400: #55A0F7;
--sky-blue-500: #2485F5;
--sky-blue-600: #0A69D6;
--sky-blue-700: #0854AA;
--sky-blue-800: #063C7A;
--sky-blue-900: #04264E;
--sky-blue-950: #021831;
}