Sky Blue
#9FBAE9
BlueColor Codes
All color formats for development
HEX
#9FBAE9RGB
rgb(159, 186, 233)HSL
hsl(218, 63%, 77%)OKLCH
oklch(0.785 0.074 261.4)CMYK
cmyk(32%, 20%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA4E2
2#5F8DDB
3#3F76D4
4#2C62C0
5#2452A0
6#1D4180
7#163160
8#0F2140
9#071020
Tints
Lighter variations
1#A9C1EB
2#B3C8EE
3#BCCFF0
4#C6D6F2
5#CFDDF4
6#D9E4F6
7#E2EAF8
8#ECF1FB
9#F5F8FD
Tones
Muted variations
1#A3BBE6
2#A7BCE2
3#AABDDE
4#AEBEDB
5#B2BFD7
6#B6C0D3
7#B9C1CF
8#BDC2CC
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBA #9FBAE9 | BordersInactive statesPlaceholder text |
| 400 | 6E97 #6E97DE | Disabled statesSecondary iconsMuted text |
| 500 | 4479 #4479D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A5D #2A5DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 214A #214A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1835 #183568 | 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: #F3F6FC;
--sky-blue-100: #E2EAF8;
--sky-blue-200: #C9D8F3;
--sky-blue-300: #9FBAE9;
--sky-blue-400: #6E97DE;
--sky-blue-500: #4479D5;
--sky-blue-600: #2A5DB7;
--sky-blue-700: #214A91;
--sky-blue-800: #183568;
--sky-blue-900: #0F2243;
--sky-blue-950: #09152A;
}