Sky Blue
#9CBFEC
BlueColor Codes
All color formats for development
HEX
#9CBFECRGB
rgb(156, 191, 236)HSL
hsl(214, 68%, 77%)OKLCH
oklch(0.795 0.075 254.9)CMYK
cmyk(34%, 19%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BAAE6
2#5A94E0
3#3A7FD9
4#266BC6
5#1F59A5
6#194784
7#133663
8#0D2442
9#061221
Tints
Lighter variations
1#A6C5EE
2#B0CCF0
3#BAD2F2
4#C4D9F4
5#CEDFF6
6#D8E5F7
7#E1ECF9
8#EBF2FB
9#F5F9FD
Tones
Muted variations
1#A0C0E8
2#A4C0E4
3#A8C1E0
4#ACC1DC
5#B0C2D8
6#B4C2D4
7#B8C3D0
8#BCC3CC
9#C0C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBF #9CBFEC | BordersInactive statesPlaceholder text |
| 400 | 699E #699EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E82 #3E82DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2466 #2466BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D51 #1D5196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143A #143A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D25 #0D2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E1ECF9;
--sky-blue-200: #C7DBF4;
--sky-blue-300: #9CBFEC;
--sky-blue-400: #699EE2;
--sky-blue-500: #3E82DA;
--sky-blue-600: #2466BC;
--sky-blue-700: #1D5196;
--sky-blue-800: #143A6B;
--sky-blue-900: #0D2545;
--sky-blue-950: #08172B;
}