Sky Blue
#68A8E3
BlueColor Codes
All color formats for development
HEX
#68A8E3RGB
rgb(104, 168, 227)HSL
hsl(209, 69%, 65%)OKLCH
oklch(0.712 0.109 247.7)CMYK
cmyk(54%, 26%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C98DE
2#3087D9
3#2477C4
4#1F66A8
5#1A558C
6#154470
7#0F3354
8#0A2238
9#05111C
Tints
Lighter variations
1#77B1E6
2#86B9E9
3#95C2EC
4#A5CBEE
5#B4D3F1
6#C3DCF4
7#D2E5F7
8#E1EEF9
9#F0F6FC
Tones
Muted variations
1#6EA8DD
2#74A7D7
3#7BA7D1
4#81A7CB
5#87A7C5
6#8DA7BE
7#93A6B8
8#99A6B2
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 | 9CC6 #9CC6ED | BordersInactive statesPlaceholder text |
| 400 | 68A8 #68A8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8F #3D8FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2373 #2373BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5B #1C5B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1441 #14416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2A #0D2A45 | 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: #F2F8FD;
--sky-blue-100: #E1EEF9;
--sky-blue-200: #C7DFF5;
--sky-blue-300: #9CC6ED;
--sky-blue-400: #68A8E3;
--sky-blue-500: #3D8FDB;
--sky-blue-600: #2373BE;
--sky-blue-700: #1C5B97;
--sky-blue-800: #14416C;
--sky-blue-900: #0D2A45;
--sky-blue-950: #081A2B;
}