Sky Blue
#9FCBEA
BlueColor Codes
All color formats for development
HEX
#9FCBEARGB
rgb(159, 203, 234)HSL
hsl(205, 64%, 77%)OKLCH
oklch(0.821 0.064 239.2)CMYK
cmyk(32%, 13%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FB9E3
2#5EA8DC
3#3E96D5
4#2A82C1
5#236DA1
6#1C5781
7#154161
8#0E2B40
9#071620
Tints
Lighter variations
1#A8D0EC
2#B2D5EE
3#BCDAF0
4#C5E0F2
5#CFE5F4
6#D9EAF7
7#E2EFF9
8#ECF5FB
9#F5FAFD
Tones
Muted variations
1#A3CAE6
2#A6C9E2
3#AAC9DF
4#AEC8DB
5#B2C7D7
6#B5C7D3
7#B9C6D0
8#BDC6CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCB #9FCBEA | BordersInactive statesPlaceholder text |
| 400 | 6DAF #6DAFDF | Disabled statesSecondary iconsMuted text |
| 500 | 4398 #4398D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287C #287CB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2063 #206392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1747 #174769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2D #0F2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FC;
--sky-blue-100: #E2EFF9;
--sky-blue-200: #C9E1F3;
--sky-blue-300: #9FCBEA;
--sky-blue-400: #6DAFDF;
--sky-blue-500: #4398D6;
--sky-blue-600: #287CB8;
--sky-blue-700: #206392;
--sky-blue-800: #174769;
--sky-blue-900: #0F2D43;
--sky-blue-950: #091C2A;
}