Sky Blue
#8DA7FC
BlueColor Codes
All color formats for development
HEX
#8DA7FCRGB
rgb(141, 167, 252)HSL
hsl(226, 95%, 77%)OKLCH
oklch(0.743 0.127 270.2)CMYK
cmyk(44%, 34%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6689FB
2#406BFA
3#1A4EF9
4#063AE6
5#0530BF
6#042799
7#031D73
8#02134D
9#010A26
Tints
Lighter variations
1#98AFFC
2#A4B8FD
3#AFC1FD
4#BACAFD
5#C6D3FE
6#D1DCFE
7#DDE4FE
8#E8EDFE
9#F4F6FF
Tones
Muted variations
1#92AAF6
2#98ADF1
3#9DB0EB
4#A3B3E6
5#A8B5E0
6#AEB8DB
7#B4BBD5
8#B9BECF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECD #BECDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA7 #8DA7FC | BordersInactive statesPlaceholder text |
| 400 | 5179 #5179FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F52 #1F52F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0637 #0637DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 042C #042CAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 031F #031F7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0214 #021450 | Primary textHigh emphasis contentDark headings |
| 950 | 010D #010D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FF;
--sky-blue-100: #DCE4FE;
--sky-blue-200: #BECDFD;
--sky-blue-300: #8DA7FC;
--sky-blue-400: #5179FB;
--sky-blue-500: #1F52F9;
--sky-blue-600: #0637DB;
--sky-blue-700: #042CAE;
--sky-blue-800: #031F7C;
--sky-blue-900: #021450;
--sky-blue-950: #010D32;
}