Sky Blue
#8E99FA
BlueColor Codes
All color formats for development
HEX
#8E99FARGB
rgb(142, 153, 250)HSL
hsl(234, 92%, 77%)OKLCH
oklch(0.715 0.141 277.3)CMYK
cmyk(43%, 39%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6977F9
2#4355F7
3#1D33F6
4#091FE2
5#081ABC
6#061597
7#051071
8#030A4B
9#020526
Tints
Lighter variations
1#9AA3FB
2#A5AEFB
3#B0B8FC
4#BBC2FC
5#C7CCFD
6#D2D6FD
7#DDE0FE
8#E8EBFE
9#F4F5FF
Tones
Muted variations
1#949EF5
2#99A2F0
3#9FA6EA
4#A4AAE5
5#A9AFDF
6#AFB3DA
7#B4B7D5
8#BABCCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FA | BordersInactive statesPlaceholder text |
| 400 | 5464 #5464F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2338 #2338F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091E #091ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0718 #0718AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0511 #05117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030B #030B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE0FE;
--sky-blue-200: #BFC5FC;
--sky-blue-300: #8E99FA;
--sky-blue-400: #5464F8;
--sky-blue-500: #2338F6;
--sky-blue-600: #091ED7;
--sky-blue-700: #0718AB;
--sky-blue-800: #05117A;
--sky-blue-900: #030B4E;
--sky-blue-950: #020731;
}