Sky Blue
#6EA2DE
BlueColor Codes
All color formats for development
HEX
#6EA2DERGB
rgb(110, 162, 222)HSL
hsl(212, 63%, 65%)OKLCH
oklch(0.7 0.105 252.8)CMYK
cmyk(50%, 27%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5391D8
2#377FD2
3#2B6FBD
4#255FA2
5#1F4F87
6#19406C
7#123051
8#0C2036
9#06101B
Tints
Lighter variations
1#7CABE1
2#8BB5E5
3#99BEE8
4#A8C7EB
5#B6D1EE
6#C5DAF2
7#D3E3F5
8#E2ECF8
9#F0F6FC
Tones
Muted variations
1#73A2D8
2#79A3D3
3#7EA3CD
4#84A4C7
5#8AA4C2
6#8FA4BC
7#95A5B7
8#9BA5B1
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 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC2 #9FC2E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA2 #6EA2DE | Disabled statesSecondary iconsMuted text |
| 500 | 4487 #4487D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A6B #2A6BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2156 #215691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183D #183D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F27 #0F2743 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | 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: #C9DCF3;
--sky-blue-300: #9FC2E9;
--sky-blue-400: #6EA2DE;
--sky-blue-500: #4487D5;
--sky-blue-600: #2A6BB7;
--sky-blue-700: #215691;
--sky-blue-800: #183D68;
--sky-blue-900: #0F2743;
--sky-blue-950: #09182A;
}