Sky Blue
#9BBBED
BlueColor Codes
All color formats for development
HEX
#9BBBEDRGB
rgb(155, 187, 237)HSL
hsl(217, 69%, 77%)OKLCH
oklch(0.786 0.08 259.2)CMYK
cmyk(35%, 21%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BA4E7
2#5A8DE1
3#3877DB
4#2563C7
5#1E52A6
6#184285
7#123164
8#0C2142
9#061021
Tints
Lighter variations
1#A6C2EF
2#B0C9F0
3#BACFF2
4#C4D6F4
5#CDDDF6
6#D7E4F8
7#E1EBFA
8#EBF1FB
9#F5F8FD
Tones
Muted variations
1#A0BCE9
2#A4BDE5
3#A8BEE1
4#ACBFDD
5#B0C0D9
6#B4C1D5
7#B8C2D0
8#BCC2CC
9#C0C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D9 #C7D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBB #9CBBED | BordersInactive statesPlaceholder text |
| 400 | 6897 #6897E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D7A #3D7ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 235E #235EBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C4B #1C4B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1435 #14356C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D22 #0D2245 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E1EAF9;
--sky-blue-200: #C7D9F5;
--sky-blue-300: #9CBBED;
--sky-blue-400: #6897E3;
--sky-blue-500: #3D7ADB;
--sky-blue-600: #235EBE;
--sky-blue-700: #1C4B97;
--sky-blue-800: #14356C;
--sky-blue-900: #0D2245;
--sky-blue-950: #08152B;
}