Sky Blue
#6BAAE1
BlueColor Codes
All color formats for development
HEX
#6BAAE1RGB
rgb(107, 170, 225)HSL
hsl(208, 66%, 65%)OKLCH
oklch(0.717 0.104 246.2)CMYK
cmyk(52%, 24%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F9ADB
2#348AD5
3#2779C1
4#2268A5
5#1C578A
6#17456E
7#113453
8#0B2337
9#06111C
Tints
Lighter variations
1#7AB2E4
2#88BBE7
3#97C3EA
4#A6CCED
5#B5D4F0
6#C4DDF3
7#D3E5F6
8#E1EEF9
9#F0F6FC
Tones
Muted variations
1#71A9DB
2#77A9D5
3#7DA8CF
4#82A8C9
5#88A8C3
6#8EA7BD
7#94A7B7
8#9AA7B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC7 #9EC7EB | BordersInactive statesPlaceholder text |
| 400 | 6BAA #6BAAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4191 #4191D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2675 #2675BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5D #1E5D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1643 #16436A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B44 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FC;
--sky-blue-100: #E1EEF9;
--sky-blue-200: #C8DFF4;
--sky-blue-300: #9EC7EB;
--sky-blue-400: #6BAAE1;
--sky-blue-500: #4191D8;
--sky-blue-600: #2675BA;
--sky-blue-700: #1E5D94;
--sky-blue-800: #16436A;
--sky-blue-900: #0E2B44;
--sky-blue-950: #091B2A;
}