Sky Blue
#9EBAEA
BlueColor Codes
All color formats for development
HEX
#9EBAEARGB
rgb(158, 186, 234)HSL
hsl(218, 64%, 77%)OKLCH
oklch(0.785 0.075 261.1)CMYK
cmyk(32%, 21%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA3E3
2#5E8CDC
3#3E75D5
4#2A62C1
5#2351A1
6#1C4181
7#153161
8#0E2140
9#071020
Tints
Lighter variations
1#A8C1EC
2#B2C8EE
3#BCCFF0
4#C5D6F2
5#CFDDF4
6#D9E4F7
7#E2EAF9
8#ECF1FB
9#F5F8FD
Tones
Muted variations
1#A3BBE6
2#A6BCE2
3#AABDDF
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 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBA #9FBAEA | BordersInactive statesPlaceholder text |
| 400 | 6D97 #6D97DF | Disabled statesSecondary iconsMuted text |
| 500 | 4379 #4379D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 285D #285DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 204A #204A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1735 #173569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F22 #0F2243 | 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: #C9D8F3;
--sky-blue-300: #9FBAEA;
--sky-blue-400: #6D97DF;
--sky-blue-500: #4379D6;
--sky-blue-600: #285DB8;
--sky-blue-700: #204A92;
--sky-blue-800: #173569;
--sky-blue-900: #0F2243;
--sky-blue-950: #09152A;
}