Sky Blue
#9FBEEA
BlueColor Codes
All color formats for development
HEX
#9FBEEARGB
rgb(159, 190, 234)HSL
hsl(215, 64%, 77%)OKLCH
oklch(0.794 0.071 257.1)CMYK
cmyk(32%, 19%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA8E3
2#5E93DC
3#3E7DD5
4#2A69C1
5#2358A1
6#1C4681
7#153561
8#0E2340
9#071220
Tints
Lighter variations
1#A8C5EC
2#B2CBEE
3#BCD2F0
4#C5D8F2
5#CFDFF4
6#D9E5F7
7#E2ECF9
8#ECF2FB
9#F5F9FD
Tones
Muted variations
1#A3BFE6
2#A6BFE2
3#AAC0DF
4#AEC1DB
5#B2C1D7
6#B5C2D3
7#B9C2D0
8#BDC3CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DA #C9DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBE #9FBEEA | BordersInactive statesPlaceholder text |
| 400 | 6D9C #6D9CDF | Disabled statesSecondary iconsMuted text |
| 500 | 4380 #4380D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2864 #2864B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2050 #205092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1739 #173969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F24 #0F2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E2EBF9;
--sky-blue-200: #C9DAF3;
--sky-blue-300: #9FBEEA;
--sky-blue-400: #6D9CDF;
--sky-blue-500: #4380D6;
--sky-blue-600: #2864B8;
--sky-blue-700: #205092;
--sky-blue-800: #173969;
--sky-blue-900: #0F2443;
--sky-blue-950: #09172A;
}