Sky Blue
#9FB9EA
BlueColor Codes
All color formats for development
HEX
#9FB9EARGB
rgb(159, 185, 234)HSL
hsl(219, 64%, 77%)OKLCH
oklch(0.784 0.076 262.9)CMYK
cmyk(32%, 21%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA2E3
2#5E8ADC
3#3E73D5
4#2A5FC1
5#234FA1
6#1C3F81
7#153061
8#0E2040
9#071020
Tints
Lighter variations
1#A8C0EC
2#B2C7EE
3#BCCEF0
4#C5D5F2
5#CFDCF4
6#D9E3F7
7#E2EAF9
8#ECF1FB
9#F5F8FD
Tones
Muted variations
1#A3BAE6
2#A6BBE2
3#AABCDF
4#AEBEDB
5#B2BFD7
6#B5C0D3
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 | E2EA #E2EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB9 #9FB9EA | BordersInactive statesPlaceholder text |
| 400 | 6D95 #6D95DF | Disabled statesSecondary iconsMuted text |
| 500 | 4376 #4376D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 285B #285BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2048 #204892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1734 #173469 | 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: #F2F6FC;
--sky-blue-100: #E2EAF9;
--sky-blue-200: #C9D7F3;
--sky-blue-300: #9FB9EA;
--sky-blue-400: #6D95DF;
--sky-blue-500: #4376D6;
--sky-blue-600: #285BB8;
--sky-blue-700: #204892;
--sky-blue-800: #173469;
--sky-blue-900: #0F2143;
--sky-blue-950: #09152A;
}