Sky Blue
#68ACE3
BlueColor Codes
All color formats for development
HEX
#68ACE3RGB
rgb(104, 172, 227)HSL
hsl(207, 69%, 65%)OKLCH
oklch(0.721 0.106 244.4)CMYK
cmyk(54%, 24%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C9CDE
2#308DD9
3#247CC4
4#1F6AA8
5#1A598C
6#154770
7#0F3554
8#0A2338
9#05121C
Tints
Lighter variations
1#77B4E6
2#86BDE9
3#95C5EC
4#A5CDEE
5#B4D5F1
6#C3DEF4
7#D2E6F7
8#E1EEF9
9#F0F7FC
Tones
Muted variations
1#6EABDD
2#74ABD7
3#7BAAD1
4#81A9CB
5#87A9C5
6#8DA8BE
7#93A8B8
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 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC8 #9CC8ED | BordersInactive statesPlaceholder text |
| 400 | 68AC #68ACE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D94 #3D94DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2378 #2378BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5F #1C5F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1444 #14446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | 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: #C7E0F5;
--sky-blue-300: #9CC8ED;
--sky-blue-400: #68ACE3;
--sky-blue-500: #3D94DB;
--sky-blue-600: #2378BE;
--sky-blue-700: #1C5F97;
--sky-blue-800: #14446C;
--sky-blue-900: #0D2C45;
--sky-blue-950: #081B2B;
}