Sky Blue
#9FC1EA
BlueColor Codes
All color formats for development
HEX
#9FC1EARGB
rgb(159, 193, 234)HSL
hsl(213, 64%, 77%)OKLCH
oklch(0.8 0.069 253.4)CMYK
cmyk(32%, 18%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FACE3
2#5E97DC
3#3E82D5
4#2A6EC1
5#235CA1
6#1C4A81
7#153761
8#0E2540
9#071220
Tints
Lighter variations
1#A8C7EC
2#B2CDEE
3#BCD3F0
4#C5DAF2
5#CFE0F4
6#D9E6F7
7#E2ECF9
8#ECF3FB
9#F5F9FD
Tones
Muted variations
1#A3C1E6
2#A6C1E2
3#AAC2DF
4#AEC2DB
5#B2C2D7
6#B5C3D3
7#B9C3D0
8#BDC4CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC1 #9FC1EA | BordersInactive statesPlaceholder text |
| 400 | 6DA0 #6DA0DF | Disabled statesSecondary iconsMuted text |
| 500 | 4385 #4385D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2869 #2869B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2054 #205492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173C #173C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F26 #0F2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E2ECF9;
--sky-blue-200: #C9DCF3;
--sky-blue-300: #9FC1EA;
--sky-blue-400: #6DA0DF;
--sky-blue-500: #4385D6;
--sky-blue-600: #2869B8;
--sky-blue-700: #205492;
--sky-blue-800: #173C69;
--sky-blue-900: #0F2643;
--sky-blue-950: #09182A;
}