Sky Blue
#8DB7FC
BlueColor Codes
All color formats for development
HEX
#8DB7FCRGB
rgb(141, 183, 252)HSL
hsl(217, 95%, 77%)OKLCH
oklch(0.776 0.109 260.1)CMYK
cmyk(44%, 27%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669FFB
2#4087FA
3#1A6FF9
4#065CE6
5#054CBF
6#043D99
7#032E73
8#021F4D
9#010F26
Tints
Lighter variations
1#98BFFC
2#A4C6FD
3#AFCDFD
4#BAD4FD
5#C6DBFE
6#D1E2FE
7#DDEAFE
8#E8F1FE
9#F4F8FF
Tones
Muted variations
1#92B9F6
2#98BAF1
3#9DBBEB
4#A3BDE6
5#A8BEE0
6#AEBFDB
7#B4C0D5
8#B9C2CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED7 #BED7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB7 #8DB7FC | BordersInactive statesPlaceholder text |
| 400 | 5192 #5192FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F73 #1F73F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0657 #0657DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0445 #0445AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0332 #03327C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0220 #022050 | Primary textHigh emphasis contentDark headings |
| 950 | 0114 #011432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F6FF;
--sky-blue-100: #DCE9FE;
--sky-blue-200: #BED7FD;
--sky-blue-300: #8DB7FC;
--sky-blue-400: #5192FB;
--sky-blue-500: #1F73F9;
--sky-blue-600: #0657DB;
--sky-blue-700: #0445AE;
--sky-blue-800: #03327C;
--sky-blue-900: #022050;
--sky-blue-950: #011432;
}