Sky Blue
#8EB2FA
BlueColor Codes
All color formats for development
HEX
#8EB2FARGB
rgb(142, 178, 250)HSL
hsl(220, 92%, 77%)OKLCH
oklch(0.765 0.111 263.6)CMYK
cmyk(43%, 29%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6999F9
2#437FF7
3#1D65F6
4#0952E2
5#0844BC
6#063697
7#052971
8#031B4B
9#020E26
Tints
Lighter variations
1#9ABAFB
2#A5C2FB
3#B0C9FC
4#BBD1FC
5#C7D9FD
6#D2E0FD
7#DDE8FE
8#E8F0FE
9#F4F7FF
Tones
Muted variations
1#94B4F5
2#99B6F0
3#9FB8EA
4#A4BAE5
5#A9BBDF
6#AFBDDA
7#B4BFD5
8#BAC1CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FA | BordersInactive statesPlaceholder text |
| 400 | 548A #548AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2369 #2369F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094E #094ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073E #073EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052C #052C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE8FE;
--sky-blue-200: #BFD4FC;
--sky-blue-300: #8EB2FA;
--sky-blue-400: #548AF8;
--sky-blue-500: #2369F6;
--sky-blue-600: #094ED7;
--sky-blue-700: #073EAB;
--sky-blue-800: #052C7A;
--sky-blue-900: #031C4E;
--sky-blue-950: #021231;
}