Sky Blue
#9FB8EA
BlueColor Codes
All color formats for development
HEX
#9FB8EARGB
rgb(159, 184, 234)HSL
hsl(220, 64%, 77%)OKLCH
oklch(0.782 0.077 264)CMYK
cmyk(32%, 21%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA0E3
2#5E88DC
3#3E70D5
4#2A5DC1
5#234DA1
6#1C3E81
7#152E61
8#0E1F40
9#070F20
Tints
Lighter variations
1#A8BFEC
2#B2C6EE
3#BCCDF0
4#C5D4F2
5#CFDBF4
6#D9E3F7
7#E2EAF9
8#ECF1FB
9#F5F8FD
Tones
Muted variations
1#A3B9E6
2#A6BAE2
3#AABCDF
4#AEBDDB
5#B2BED7
6#B5BFD3
7#B9C1D0
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 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8EA | BordersInactive statesPlaceholder text |
| 400 | 6D93 #6D93DF | Disabled statesSecondary iconsMuted text |
| 500 | 4374 #4374D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2858 #2858B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2046 #204692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1732 #173269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | 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: #C9D7F3;
--sky-blue-300: #9FB8EA;
--sky-blue-400: #6D93DF;
--sky-blue-500: #4374D6;
--sky-blue-600: #2858B8;
--sky-blue-700: #204692;
--sky-blue-800: #173269;
--sky-blue-900: #0F2043;
--sky-blue-950: #09142A;
}