Sky Blue
#9CBFED
BlueColor Codes
All color formats for development
HEX
#9CBFEDRGB
rgb(156, 191, 237)HSL
hsl(214, 69%, 77%)OKLCH
oklch(0.795 0.076 255.4)CMYK
cmyk(34%, 19%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BAAE7
2#5A94E1
3#387FDB
4#256BC7
5#1E59A6
6#184785
7#123564
8#0C2442
9#061221
Tints
Lighter variations
1#A6C5EF
2#B0CCF0
3#BAD2F2
4#C4D9F4
5#CDDFF6
6#D7E5F8
7#E1ECFA
8#EBF2FB
9#F5F9FD
Tones
Muted variations
1#A0BFE9
2#A4C0E5
3#A8C1E1
4#ACC1DD
5#B0C2D9
6#B4C2D5
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 #C7DBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBF #9CBFED | BordersInactive statesPlaceholder text |
| 400 | 689E #689EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D82 #3D82DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2366 #2366BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C51 #1C5197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143A #143A6C | 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: #C7DBF5;
--sky-blue-300: #9CBFED;
--sky-blue-400: #689EE3;
--sky-blue-500: #3D82DB;
--sky-blue-600: #2366BE;
--sky-blue-700: #1C5197;
--sky-blue-800: #143A6C;
--sky-blue-900: #0D2545;
--sky-blue-950: #08172B;
}