Sky Blue
#9EACEA
BlueColor Codes
All color formats for development
HEX
#9EACEARGB
rgb(158, 172, 234)HSL
hsl(229, 64%, 77%)OKLCH
oklch(0.756 0.091 274.2)CMYK
cmyk(32%, 26%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F91E3
2#5E75DC
3#3E5AD5
4#2A46C1
5#233AA1
6#1C2F81
7#152361
8#0E1740
9#070C20
Tints
Lighter variations
1#A8B5EC
2#B2BDEE
3#BCC5F0
4#C5CEF2
5#CFD6F4
6#D9DEF7
7#E2E6F9
8#ECEFFB
9#F5F7FD
Tones
Muted variations
1#A3AFE6
2#A6B1E2
3#AAB4DF
4#AEB6DB
5#B2B8D7
6#B5BBD3
7#B9BDD0
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D0 #C9D0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAD #9FADEA | BordersInactive statesPlaceholder text |
| 400 | 6D82 #6D82DF | Disabled statesSecondary iconsMuted text |
| 500 | 435E #435ED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2843 #2843B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2035 #203592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1726 #172669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F18 #0F1843 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FC;
--sky-blue-100: #E2E6F9;
--sky-blue-200: #C9D0F3;
--sky-blue-300: #9FADEA;
--sky-blue-400: #6D82DF;
--sky-blue-500: #435ED6;
--sky-blue-600: #2843B8;
--sky-blue-700: #203592;
--sky-blue-800: #172669;
--sky-blue-900: #0F1843;
--sky-blue-950: #090F2A;
}