Sky Blue
#8E99FB
BlueColor Codes
All color formats for development
HEX
#8E99FBRGB
rgb(142, 153, 251)HSL
hsl(234, 93%, 77%)OKLCH
oklch(0.716 0.143 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#6876FA
2#4254F8
3#1C32F7
4#081EE3
5#0719BD
6#051498
7#040F72
8#030A4C
9#010526
Tints
Lighter variations
1#99A3FB
2#A4ADFC
3#B0B7FC
4#BBC2FD
5#C6CCFD
6#D2D6FD
7#DDE0FE
8#E8EBFE
9#F4F5FF
Tones
Muted variations
1#939DF5
2#99A1F0
3#9EA6EB
4#A4AAE5
5#A9AFE0
6#AFB3DA
7#B4B7D5
8#B9BCCF
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 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FB | BordersInactive statesPlaceholder text |
| 400 | 5363 #5363F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2237 #2237F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 081D #081DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0617 #0617AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4F | 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: #BFC5FD;
--sky-blue-300: #8E99FB;
--sky-blue-400: #5363F9;
--sky-blue-500: #2237F7;
--sky-blue-600: #081DD9;
--sky-blue-700: #0617AC;
--sky-blue-800: #04107B;
--sky-blue-900: #030A4F;
--sky-blue-950: #020731;
}