Sky Blue
#68B8E3
BlueColor Codes
All color formats for development
HEX
#68B8E3RGB
rgb(104, 184, 227)HSL
hsl(201, 69%, 65%)OKLCH
oklch(0.748 0.1 233.8)CMYK
cmyk(54%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CABDE
2#309ED9
3#248CC4
4#1F78A8
5#1A648C
6#155070
7#0F3C54
8#0A2838
9#05141C
Tints
Lighter variations
1#77BFE6
2#86C6E9
3#95CDEC
4#A5D5EE
5#B4DCF1
6#C3E3F4
7#D2EAF7
8#E1F1F9
9#F0F8FC
Tones
Muted variations
1#6EB6DD
2#74B5D7
3#7BB3D1
4#81B1CB
5#87AFC5
6#8DADBE
7#93ABB8
8#99A9B2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD0 #9CD0ED | BordersInactive statesPlaceholder text |
| 400 | 68B8 #68B8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA4 #3DA4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2387 #2387BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6C #1C6C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144D #144D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3145 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F1F9;
--sky-blue-200: #C7E5F5;
--sky-blue-300: #9CD0ED;
--sky-blue-400: #68B8E3;
--sky-blue-500: #3DA4DB;
--sky-blue-600: #2387BE;
--sky-blue-700: #1C6C97;
--sky-blue-800: #144D6C;
--sky-blue-900: #0D3145;
--sky-blue-950: #081F2B;
}