Sky Blue
#6BA8E1
BlueColor Codes
All color formats for development
HEX
#6BA8E1RGB
rgb(107, 168, 225)HSL
hsl(209, 66%, 65%)OKLCH
oklch(0.713 0.105 247.9)CMYK
cmyk(52%, 25%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F98DB
2#3487D5
3#2777C1
4#2266A5
5#1C558A
6#17446E
7#113353
8#0B2237
9#06111C
Tints
Lighter variations
1#7AB0E4
2#88B9E7
3#97C2EA
4#A6CBED
5#B5D3F0
6#C4DCF3
7#D3E5F6
8#E1EEF9
9#F0F6FC
Tones
Muted variations
1#71A8DB
2#77A7D5
3#7DA7CF
4#82A7C9
5#88A7C3
6#8EA7BD
7#94A6B7
8#9AA6B2
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 | 9EC6 #9EC6EB | BordersInactive statesPlaceholder text |
| 400 | 6BA8 #6BA8E1 | Disabled statesSecondary iconsMuted text |
| 500 | 418F #418FD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2673 #2673BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5B #1E5B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #16416A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A44 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | 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: #9EC6EB;
--sky-blue-400: #6BA8E1;
--sky-blue-500: #418FD8;
--sky-blue-600: #2673BA;
--sky-blue-700: #1E5B94;
--sky-blue-800: #16416A;
--sky-blue-900: #0E2A44;
--sky-blue-950: #091A2A;
}