Sky Blue
#9FB7EA
BlueColor Codes
All color formats for development
HEX
#9FB7EARGB
rgb(159, 183, 234)HSL
hsl(221, 64%, 77%)OKLCH
oklch(0.78 0.078 265)CMYK
cmyk(32%, 22%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F9EE3
2#5E86DC
3#3E6ED5
4#2A5AC1
5#234BA1
6#1C3C81
7#152D61
8#0E1E40
9#070F20
Tints
Lighter variations
1#A8BEEC
2#B2C5EE
3#BCCCF0
4#C5D4F2
5#CFDBF4
6#D9E2F7
7#E2E9F9
8#ECF1FB
9#F5F8FD
Tones
Muted variations
1#A3B8E6
2#A6B9E2
3#AABBDF
4#AEBCDB
5#B2BDD7
6#B5BFD3
7#B9C0D0
8#BDC2CC
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D6 #C9D6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB7 #9FB7EA | BordersInactive statesPlaceholder text |
| 400 | 6D91 #6D91DF | Disabled statesSecondary iconsMuted text |
| 500 | 4371 #4371D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2856 #2856B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2044 #204492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1731 #173169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1F #0F1F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FC;
--sky-blue-100: #E2E9F9;
--sky-blue-200: #C9D6F3;
--sky-blue-300: #9FB7EA;
--sky-blue-400: #6D91DF;
--sky-blue-500: #4371D6;
--sky-blue-600: #2856B8;
--sky-blue-700: #204492;
--sky-blue-800: #173169;
--sky-blue-900: #0F1F43;
--sky-blue-950: #09142A;
}