Sky Blue
#68AAE3
BlueColor Codes
All color formats for development
HEX
#68AAE3RGB
rgb(104, 170, 227)HSL
hsl(208, 69%, 65%)OKLCH
oklch(0.717 0.108 246.1)CMYK
cmyk(54%, 25%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C9ADE
2#308AD9
3#2479C4
4#1F68A8
5#1A578C
6#154570
7#0F3454
8#0A2338
9#05111C
Tints
Lighter variations
1#77B2E6
2#86BBE9
3#95C3EC
4#A5CCEE
5#B4D4F1
6#C3DDF4
7#D2E5F7
8#E1EEF9
9#F0F6FC
Tones
Muted variations
1#6EA9DD
2#74A9D7
3#7BA9D1
4#81A8CB
5#87A8C5
6#8DA7BE
7#93A7B8
8#99A7B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC7 #9CC7ED | BordersInactive statesPlaceholder text |
| 400 | 68AA #68AAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D92 #3D92DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2375 #2375BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5D #1C5D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1443 #14436C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2B #0D2B45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EEF9;
--sky-blue-200: #C7DFF5;
--sky-blue-300: #9CC7ED;
--sky-blue-400: #68AAE3;
--sky-blue-500: #3D92DB;
--sky-blue-600: #2375BE;
--sky-blue-700: #1C5D97;
--sky-blue-800: #14436C;
--sky-blue-900: #0D2B45;
--sky-blue-950: #081B2B;
}