Sky Blue
#68A2E3
BlueColor Codes
All color formats for development
HEX
#68A2E3RGB
rgb(104, 162, 227)HSL
hsl(212, 69%, 65%)OKLCH
oklch(0.699 0.114 252.3)CMYK
cmyk(54%, 29%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C90DE
2#307FD9
3#246FC4
4#1F5FA8
5#1A4F8C
6#153F70
7#0F2F54
8#0A2038
9#05101C
Tints
Lighter variations
1#77ABE6
2#86B4E9
3#95BEEC
4#A5C7EE
5#B4D0F1
6#C3DAF4
7#D2E3F7
8#E1ECF9
9#F0F6FC
Tones
Muted variations
1#6EA2DD
2#74A2D7
3#7BA3D1
4#81A3CB
5#87A4C5
6#8DA4BE
7#93A5B8
8#99A5B2
9#A0A5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC2 #9CC2ED | BordersInactive statesPlaceholder text |
| 400 | 68A2 #68A2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D87 #3D87DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 236B #236BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C55 #1C5597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143D #143D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D27 #0D2745 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E1ECF9;
--sky-blue-200: #C7DCF5;
--sky-blue-300: #9CC2ED;
--sky-blue-400: #68A2E3;
--sky-blue-500: #3D87DB;
--sky-blue-600: #236BBE;
--sky-blue-700: #1C5597;
--sky-blue-800: #143D6C;
--sky-blue-900: #0D2745;
--sky-blue-950: #08182B;
}