Sky Blue
#6BA4E1
BlueColor Codes
All color formats for development
HEX
#6BA4E1RGB
rgb(107, 164, 225)HSL
hsl(211, 66%, 65%)OKLCH
oklch(0.704 0.108 251.1)CMYK
cmyk(52%, 27%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F93DB
2#3482D5
3#2771C1
4#2261A5
5#1C518A
6#17416E
7#113153
8#0B2037
9#06101C
Tints
Lighter variations
1#7AADE4
2#88B6E7
3#97BFEA
4#A6C8ED
5#B5D1F0
6#C4DBF3
7#D3E4F6
8#E1EDF9
9#F0F6FC
Tones
Muted variations
1#71A4DB
2#77A4D5
3#7DA4CF
4#82A5C9
5#88A5C3
6#8EA5BD
7#94A5B7
8#9AA5B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DD #C8DDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC3 #9EC3EB | BordersInactive statesPlaceholder text |
| 400 | 6BA4 #6BA4E1 | Disabled statesSecondary iconsMuted text |
| 500 | 418A #418AD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 266E #266EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E57 #1E5794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163E #163E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E28 #0E2844 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E1EDF9;
--sky-blue-200: #C8DDF4;
--sky-blue-300: #9EC3EB;
--sky-blue-400: #6BA4E1;
--sky-blue-500: #418AD8;
--sky-blue-600: #266EBA;
--sky-blue-700: #1E5794;
--sky-blue-800: #163E6A;
--sky-blue-900: #0E2844;
--sky-blue-950: #09192A;
}