Sky Blue
#9FB9E9
BlueColor Codes
All color formats for development
HEX
#9FB9E9RGB
rgb(159, 185, 233)HSL
hsl(219, 63%, 77%)OKLCH
oklch(0.783 0.075 262.5)CMYK
cmyk(32%, 21%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA2E2
2#5F8BDB
3#3F73D4
4#2C60C0
5#2450A0
6#1D4080
7#163060
8#0F2040
9#071020
Tints
Lighter variations
1#A9C0EB
2#B3C7EE
3#BCCEF0
4#C6D5F2
5#CFDCF4
6#D9E3F6
7#E2EAF8
8#ECF1FB
9#F5F8FD
Tones
Muted variations
1#A3BAE6
2#A7BBE2
3#AABDDE
4#AEBEDB
5#B2BFD7
6#B6C0D3
7#B9C1CF
8#BDC2CC
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB9 #9FB9E9 | BordersInactive statesPlaceholder text |
| 400 | 6E95 #6E95DE | Disabled statesSecondary iconsMuted text |
| 500 | 4477 #4477D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A5B #2A5BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2148 #214891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1834 #183468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F21 #0F2143 | Primary textHigh emphasis contentDark headings |
| 950 | 0915 #09152A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E2EAF8;
--sky-blue-200: #C9D8F3;
--sky-blue-300: #9FB9E9;
--sky-blue-400: #6E95DE;
--sky-blue-500: #4477D5;
--sky-blue-600: #2A5BB7;
--sky-blue-700: #214891;
--sky-blue-800: #183468;
--sky-blue-900: #0F2143;
--sky-blue-950: #09152A;
}