Sky Blue
#9CABED
BlueColor Codes
All color formats for development
HEX
#9CABEDRGB
rgb(156, 171, 237)HSL
hsl(229, 69%, 77%)OKLCH
oklch(0.754 0.097 274)CMYK
cmyk(34%, 28%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B8FE7
2#5A72E1
3#3856DB
4#2542C7
5#1E37A6
6#182C85
7#122164
8#0C1642
9#060B21
Tints
Lighter variations
1#A6B3EF
2#B0BCF0
3#BAC4F2
4#C4CCF4
5#CDD5F6
6#D7DDF8
7#E1E6FA
8#EBEEFB
9#F5F7FD
Tones
Muted variations
1#A0ADE9
2#A4B0E5
3#A8B2E1
4#ACB5DD
5#B0B8D9
6#B4BAD5
7#B8BDD0
8#BCBFCC
9#C0C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAB #9CABED | BordersInactive statesPlaceholder text |
| 400 | 687F #687FE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5A #3D5ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233F #233FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C32 #1C3297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1424 #14246C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D17 #0D1745 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E1E5F9;
--sky-blue-200: #C7CFF5;
--sky-blue-300: #9CABED;
--sky-blue-400: #687FE3;
--sky-blue-500: #3D5ADB;
--sky-blue-600: #233FBE;
--sky-blue-700: #1C3297;
--sky-blue-800: #14246C;
--sky-blue-900: #0D1745;
--sky-blue-950: #080E2B;
}