Sky Blue
#68A6E3
BlueColor Codes
All color formats for development
HEX
#68A6E3RGB
rgb(104, 166, 227)HSL
hsl(210, 69%, 65%)OKLCH
oklch(0.708 0.111 249.3)CMYK
cmyk(54%, 27%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C95DE
2#3085D9
3#2474C4
4#1F63A8
5#1A538C
6#154270
7#0F3254
8#0A2138
9#05111C
Tints
Lighter variations
1#77AFE6
2#86B8E9
3#95C1EC
4#A5C9EE
5#B4D2F1
6#C3DBF4
7#D2E4F7
8#E1EDF9
9#F0F6FC
Tones
Muted variations
1#6EA6DD
2#74A6D7
3#7BA6D1
4#81A6CB
5#87A6C5
6#8DA6BE
7#93A6B8
8#99A6B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DE #C7DEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC4 #9CC4ED | BordersInactive statesPlaceholder text |
| 400 | 68A6 #68A6E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8C #3D8CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2370 #2370BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C59 #1C5997 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1440 #14406C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D29 #0D2945 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E1EDF9;
--sky-blue-200: #C7DEF5;
--sky-blue-300: #9CC4ED;
--sky-blue-400: #68A6E3;
--sky-blue-500: #3D8CDB;
--sky-blue-600: #2370BE;
--sky-blue-700: #1C5997;
--sky-blue-800: #14406C;
--sky-blue-900: #0D2945;
--sky-blue-950: #081A2B;
}