Sky Blue
#8EA5FB
BlueColor Codes
All color formats for development
HEX
#8EA5FBRGB
rgb(142, 165, 251)HSL
hsl(227, 93%, 77%)OKLCH
oklch(0.739 0.127 271.6)CMYK
cmyk(43%, 34%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6887FA
2#4269F8
3#1C4BF7
4#0838E3
5#072EBD
6#052598
7#041C72
8#03134C
9#010926
Tints
Lighter variations
1#99AEFB
2#A4B7FC
3#B0C0FC
4#BBC9FD
5#C6D2FD
6#D2DBFD
7#DDE4FE
8#E8EDFE
9#F4F6FF
Tones
Muted variations
1#93A9F5
2#99ACF0
3#9EAFEB
4#A4B2E5
5#A9B5E0
6#AFB8DA
7#B4BBD5
8#B9BECF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCC #BFCCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA5 #8EA5FB | BordersInactive statesPlaceholder text |
| 400 | 5377 #5377F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2250 #2250F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0835 #0835D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062A #062AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041E #041E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0313 #03134F | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE4FE;
--sky-blue-200: #BFCCFD;
--sky-blue-300: #8EA5FB;
--sky-blue-400: #5377F9;
--sky-blue-500: #2250F7;
--sky-blue-600: #0835D9;
--sky-blue-700: #062AAC;
--sky-blue-800: #041E7B;
--sky-blue-900: #03134F;
--sky-blue-950: #020C31;
}