Sky Blue
#68AEE3
BlueColor Codes
All color formats for development
HEX
#68AEE3RGB
rgb(104, 174, 227)HSL
hsl(206, 69%, 65%)OKLCH
oklch(0.726 0.105 242.7)CMYK
cmyk(54%, 23%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C9FDE
2#3090D9
3#247FC4
4#1F6DA8
5#1A5A8C
6#154870
7#0F3654
8#0A2438
9#05121C
Tints
Lighter variations
1#77B6E6
2#86BEE9
3#95C6EC
4#A5CEEE
5#B4D6F1
6#C3DFF4
7#D2E7F7
8#E1EFF9
9#F0F7FC
Tones
Muted variations
1#6EADDD
2#74ACD7
3#7BABD1
4#81ABCB
5#87AAC5
6#8DA9BE
7#93A8B8
8#99A7B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAED | BordersInactive statesPlaceholder text |
| 400 | 68AE #68AEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D97 #3D97DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237B #237BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C61 #1C6197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EFF9;
--sky-blue-200: #C7E1F5;
--sky-blue-300: #9CCAED;
--sky-blue-400: #68AEE3;
--sky-blue-500: #3D97DB;
--sky-blue-600: #237BBE;
--sky-blue-700: #1C6197;
--sky-blue-800: #14466C;
--sky-blue-900: #0D2D45;
--sky-blue-950: #081C2B;
}