Sky Blue
#6BACE1
BlueColor Codes
All color formats for development
HEX
#6BACE1RGB
rgb(107, 172, 225)HSL
hsl(207, 66%, 65%)OKLCH
oklch(0.722 0.102 244.5)CMYK
cmyk(52%, 24%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F9CDB
2#348DD5
3#277CC1
4#226AA5
5#1C588A
6#17476E
7#113553
8#0B2337
9#06121C
Tints
Lighter variations
1#7AB4E4
2#88BCE7
3#97C5EA
4#A6CDED
5#B5D5F0
6#C4DEF3
7#D3E6F6
8#E1EEF9
9#F0F7FC
Tones
Muted variations
1#71ABDB
2#77AAD5
3#7DAACF
4#82A9C9
5#88A9C3
6#8EA8BD
7#94A8B7
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 | C8E0 #C8E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EB | BordersInactive statesPlaceholder text |
| 400 | 6BAC #6BACE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4194 #4194D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2678 #2678BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5F #1E5F94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #16446A | 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: #C8E0F4;
--sky-blue-300: #9EC8EB;
--sky-blue-400: #6BACE1;
--sky-blue-500: #4194D8;
--sky-blue-600: #2678BA;
--sky-blue-700: #1E5F94;
--sky-blue-800: #16446A;
--sky-blue-900: #0E2B44;
--sky-blue-950: #091B2A;
}