Sky Blue
#6F9EDC
BlueColor Codes
All color formats for development
HEX
#6F9EDCRGB
rgb(111, 158, 220)HSL
hsl(214, 61%, 65%)OKLCH
oklch(0.691 0.105 255.7)CMYK
cmyk(50%, 28%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#558DD6
2#3A7BCF
3#2D6BBB
4#275BA0
5#204C85
6#1A3D6B
7#132E50
8#0D1E35
9#060F1B
Tints
Lighter variations
1#7EA8E0
2#8CB2E3
3#9ABBE7
4#A9C5EA
5#B7CFEE
6#C6D8F1
7#D4E2F5
8#E2ECF8
9#F1F5FC
Tones
Muted variations
1#759FD7
2#7AA0D1
3#80A1CC
4#85A1C6
5#8BA2C1
6#90A3BC
7#95A4B6
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 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F9E #6F9EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4683 #4683D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C67 #2C67B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2352 #235290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193B #193B67 | 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: #E2ECF8;
--sky-blue-200: #CADBF2;
--sky-blue-300: #A1C0E8;
--sky-blue-400: #6F9EDC;
--sky-blue-500: #4683D2;
--sky-blue-600: #2C67B5;
--sky-blue-700: #235290;
--sky-blue-800: #193B67;
--sky-blue-900: #102542;
--sky-blue-950: #0A1729;
}