Sky Blue
#8EA9FB
BlueColor Codes
All color formats for development
HEX
#8EA9FBRGB
rgb(142, 169, 251)HSL
hsl(225, 93%, 77%)OKLCH
oklch(0.747 0.123 269.4)CMYK
cmyk(43%, 33%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688CFA
2#4270F8
3#1C53F7
4#083FE3
5#0735BD
6#052A98
7#042072
8#03154C
9#010B26
Tints
Lighter variations
1#99B2FB
2#A4BAFC
3#B0C3FC
4#BBCBFD
5#C6D4FD
6#D2DDFD
7#DDE5FE
8#E8EEFE
9#F4F6FF
Tones
Muted variations
1#93ACF5
2#99AFF0
3#9EB1EB
4#A4B4E5
5#A9B7E0
6#AFB9DA
7#B4BCD5
8#B9BFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA9 #8EA9FB | BordersInactive statesPlaceholder text |
| 400 | 537C #537CF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2257 #2257F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 083C #083CD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0630 #0630AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0422 #04227B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0316 #03164F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE5FE;
--sky-blue-200: #BFCEFD;
--sky-blue-300: #8EA9FB;
--sky-blue-400: #537CF9;
--sky-blue-500: #2257F7;
--sky-blue-600: #083CD9;
--sky-blue-700: #0630AC;
--sky-blue-800: #04227B;
--sky-blue-900: #03164F;
--sky-blue-950: #020E31;
}