Sky Blue
#8FBFFA
BlueColor Codes
All color formats for development
HEX
#8FBFFARGB
rgb(143, 191, 250)HSL
hsl(213, 91%, 77%)OKLCH
oklch(0.793 0.099 254)CMYK
cmyk(43%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69AAF8
2#4494F6
3#1E7FF4
4#0B6BE1
5#0959BC
6#074796
7#053671
8#04244B
9#021226
Tints
Lighter variations
1#9AC5FA
2#A5CCFB
3#B1D2FB
4#BCD9FC
5#C7DFFC
6#D2E5FD
7#DDECFD
8#E9F2FE
9#F4F9FE
Tones
Muted variations
1#94C0F4
2#9AC0EF
3#9FC1EA
4#A4C1E4
5#AAC2DF
6#AFC2DA
7#B4C3D4
8#BAC3CF
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 | C0DB #C0DBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FBF #8FBFFA | BordersInactive statesPlaceholder text |
| 400 | 559E #559EF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2482 #2482F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A66 #0A66D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0851 #0851AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063A #063A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | 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: #C0DBFC;
--sky-blue-300: #8FBFFA;
--sky-blue-400: #559EF7;
--sky-blue-500: #2482F5;
--sky-blue-600: #0A66D6;
--sky-blue-700: #0851AA;
--sky-blue-800: #063A7A;
--sky-blue-900: #04254E;
--sky-blue-950: #021731;
}