Sky Blue
#9CD3ED
BlueColor Codes
All color formats for development
HEX
#9CD3EDRGB
rgb(156, 211, 237)HSL
hsl(199, 69%, 77%)OKLCH
oklch(0.838 0.067 228.8)CMYK
cmyk(34%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BC5E7
2#5AB6E1
3#38A7DB
4#2594C7
5#1E7BA6
6#186285
7#124A64
8#0C3142
9#061921
Tints
Lighter variations
1#A6D8EF
2#B0DCF0
3#BAE0F2
4#C4E5F4
5#CDE9F6
6#D7EDF8
7#E1F2FA
8#EBF6FB
9#F5FBFD
Tones
Muted variations
1#A0D2E9
2#A4D0E5
3#A8CFE1
4#ACCDDD
5#B0CCD9
6#B4CAD5
7#B8C9D0
8#BCC7CC
9#C0C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD3 #9CD3ED | BordersInactive statesPlaceholder text |
| 400 | 68BC #68BCE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA9 #3DA9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238D #238DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C70 #1C7097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1450 #14506C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D33 #0D3345 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C7E6F5;
--sky-blue-300: #9CD3ED;
--sky-blue-400: #68BCE3;
--sky-blue-500: #3DA9DB;
--sky-blue-600: #238DBE;
--sky-blue-700: #1C7097;
--sky-blue-800: #14506C;
--sky-blue-900: #0D3345;
--sky-blue-950: #08202B;
}