Sky Blue
#6F9DDC
BlueColor Codes
All color formats for development
HEX
#6F9DDCRGB
rgb(111, 157, 220)HSL
hsl(215, 61%, 65%)OKLCH
oklch(0.689 0.106 256.5)CMYK
cmyk(50%, 29%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#558AD6
2#3A78CF
3#2D68BB
4#2759A0
5#204A85
6#1A3C6B
7#132D50
8#0D1E35
9#060F1B
Tints
Lighter variations
1#7EA7E0
2#8CB0E3
3#9ABAE7
4#A9C4EA
5#B7CEEE
6#C6D8F1
7#D4E2F5
8#E2EBF8
9#F1F5FC
Tones
Muted variations
1#759ED7
2#7A9ED1
3#809FCC
4#85A0C6
5#8BA1C1
6#90A2BC
7#95A3B6
8#9BA4B1
9#A0A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BE #A1BEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9D #6F9DDC | Disabled statesSecondary iconsMuted text |
| 500 | 4681 #4681D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C65 #2C65B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2350 #235090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1939 #193967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2EBF8;
--sky-blue-200: #CADAF2;
--sky-blue-300: #A1BEE8;
--sky-blue-400: #6F9DDC;
--sky-blue-500: #4681D2;
--sky-blue-600: #2C65B5;
--sky-blue-700: #235090;
--sky-blue-800: #193967;
--sky-blue-900: #102542;
--sky-blue-950: #0A1729;
}