Sky Blue
#8DB9FC
BlueColor Codes
All color formats for development
HEX
#8DB9FCRGB
rgb(141, 185, 252)HSL
hsl(216, 95%, 77%)OKLCH
oklch(0.78 0.107 258.6)CMYK
cmyk(44%, 27%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66A2FB
2#408AFA
3#1A73F9
4#065FE6
5#0550BF
6#044099
7#033073
8#02204D
9#011026
Tints
Lighter variations
1#98C0FC
2#A4C7FD
3#AFCEFD
4#BAD5FD
5#C6DCFE
6#D1E3FE
7#DDEAFE
8#E8F1FE
9#F4F8FF
Tones
Muted variations
1#92BAF6
2#98BBF1
3#9DBDEB
4#A3BEE6
5#A8BFE0
6#AEC0DB
7#B4C1D5
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 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED8 #BED8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB9 #8DB9FC | BordersInactive statesPlaceholder text |
| 400 | 5195 #5195FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F76 #1F76F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 065B #065BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0448 #0448AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0334 #03347C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0221 #022150 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F6FF;
--sky-blue-100: #DCEAFE;
--sky-blue-200: #BED8FD;
--sky-blue-300: #8DB9FC;
--sky-blue-400: #5195FB;
--sky-blue-500: #1F76F9;
--sky-blue-600: #065BDB;
--sky-blue-700: #0448AE;
--sky-blue-800: #03347C;
--sky-blue-900: #022150;
--sky-blue-950: #011532;
}