Sky Blue
#8BADFE
BlueColor Codes
All color formats for development
HEX
#8BADFERGB
rgb(139, 173, 254)HSL
hsl(222, 98%, 77%)OKLCH
oklch(0.755 0.123 266.2)CMYK
cmyk(45%, 32%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6492FD
2#3D77FD
3#165BFD
4#0248E9
5#023CC2
6#02309C
7#012475
8#01184E
9#000C27
Tints
Lighter variations
1#96B6FE
2#A2BEFE
3#AEC6FE
4#B9CEFE
5#C5D6FE
6#D1DEFF
7#DCE7FF
8#E8EFFF
9#F3F7FF
Tones
Muted variations
1#91B0F8
2#96B2F2
3#9CB4ED
4#A2B7E7
5#A8B9E1
6#ADBBDB
7#B3BDD6
8#B9C0D0
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD1 #BDD1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAD #8BADFE | BordersInactive statesPlaceholder text |
| 400 | 4E83 #4E83FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5F #1C5FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0244 #0244DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0236 #0236B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0127 #01277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011951 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DCE6FF;
--sky-blue-200: #BDD1FE;
--sky-blue-300: #8BADFE;
--sky-blue-400: #4E83FD;
--sky-blue-500: #1C5FFD;
--sky-blue-600: #0244DE;
--sky-blue-700: #0236B1;
--sky-blue-800: #01277E;
--sky-blue-900: #011951;
--sky-blue-950: #011032;
}